Uses of Package
org.dspace.app.rest.security.jwt
Packages that use org.dspace.app.rest.security.jwt
-
Classes in org.dspace.app.rest.security.jwt used by org.dspace.app.rest.security.jwtClassDescriptionInterface to be implemented if you want to add a custom claim to a JSON Web Token, annotate with @Component to include it's implementation in the tokenClass responsible for creating and parsing JSON Web Tokens (JWTs), supports both JWS and JWE https://jwt.io/ .