Module actix_web_security::authentication::scheme::bearer::jwt::default_jwt[][src]

A JWT is characterized through a set of Claims. There are mandatory claims defined for JWTs and optional ones. This module provides a default implementation with common claims (iss, sub, aud, exp, nbf, iat, jti).

Structs

DefaultJwt

A default implementation that can be used for JWT based authentication with commonly used claims.