Expand description
Handles authentication and authorization.
Modules§
- claims 🔒Responsible for parsing and validating JWT tokens.
- Manages the
JwkSet
the server uses to validate tokens. - Set up
actix_web
to authenticate request in the middleware and insertUserInfo
into the followingServiceRequest
. - Contains
UserInfo
which stores information about the current user.
Structs§
- Contains information about the auth server.
- Metadata provided by the auth server.