Module user_details_service

Module user_details_service 

Source
Expand description

The trait definition of a user details service and its clone capabilities for the JWT based authentication.

Traitsยง

JwtUserDetailsService
The trait definition of a user details service for the JWT based authentication. A user details service is used to load the UserDetails for a given boxed Claims object from a datastore. The Claims object contains all claims contained in the decoded JWT.
JwtUserDetailsServiceClone