Crate jwt_actix

Source

Structs§

Header
Jwt
JwtAuth
JWT validating middleware for Actix-Web.
JwtAuthService
Payload
ServiceRequest
A service level request wrapper.
ServiceResponse
A service level response wrapper.

Enums§

JwtAuthError

Functions§

CheckJwtValid
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.