Structs§
- Header
- Jwt
- JwtAuth
- JWT validating middleware for Actix-Web.
- JwtAuth
Service - Payload
- Service
Request - A service level request wrapper.
- Service
Response - A service level response wrapper.
Enums§
Functions§
- Check
JwtValid - A simple validator function that simply returns true if the request had a valid (that is, it exists, and the signature was checked) JWT. It does not check any claims or any other details within the token.