Expand description
The trait definition of a user details service and its clone capabilities for the JWT based authentication.
Traitsยง
- JwtUser
Details Service - The trait definition of a user details service for the JWT based authentication.
A user details service is used to load the
UserDetailsfor a given boxedClaimsobject from a datastore. TheClaimsobject contains all claims contained in the decoded JWT. - JwtUser
Details Service Clone