Validate multiple subjects
Author: miparnisariCreated Sep 16, 2024Updated Oct 21, 2024
Would it be possible to add a convenience validator method jwt.WithSubjects(subjects []string) that returns an error if the request's subject doesn't match any of the subjects?
Source: golang-jwt/jwt