Module token_api

Module token_api 

Source

Enums§

JwtTokenGenerateError
struct for typed errors of method jwt_token_generate
JwtTokenRefreshError
struct for typed errors of method jwt_token_refresh
JwtTokenVerifyError
struct for typed errors of method jwt_token_verify

Functions§

jwt_token_generate
Override the ninja_jwt default obtain_token method in order to add email verification check before generating a token.
jwt_token_refresh
jwt_token_verify