Welcome to Simple JWT MongoEngine’s documentation!
A JSON Web Token authentication plugin for the Django REST Framework.
Simple JWT MongoEngine provides a JSON Web Token authentication backend for the Django REST Framework. It is re-written from Simple JWT. It aims to cover the most common use cases of JWTs by offering a conservative set of default features. It also aims to be easily extensible in case a desired feature is not present.
Contents
- Getting started
- Settings
ACCESS_TOKEN_LIFETIMEREFRESH_TOKEN_LIFETIMEROTATE_REFRESH_TOKENSBLACKLIST_AFTER_ROTATIONUPDATE_LAST_LOGINALGORITHMSIGNING_KEYVERIFYING_KEYAUDIENCEISSUERJWK_URLLEEWAYAUTH_HEADER_TYPESAUTH_HEADER_NAMEUSER_ID_FIELDUSER_ID_CLAIMUSER_AUTHENTICATION_RULEAUTH_TOKEN_CLASSESTOKEN_TYPE_CLAIMJTI_CLAIMTOKEN_USER_CLASSSLIDING_TOKEN_LIFETIMESLIDING_TOKEN_REFRESH_LIFETIMESLIDING_TOKEN_REFRESH_EXP_CLAIMCHECK_REVOKE_TOKENREVOKE_TOKEN_CLAIM
- Customizing token claims
- Creating tokens manually
- Token types
- Blacklist app
- Stateless User Authentication
- rest_framework_simplejwt_mongoengine package
- Submodules
- rest_framework_simplejwt_mongoengine.authentication module
- rest_framework_simplejwt_mongoengine.models module
- rest_framework_simplejwt_mongoengine.serializers module
- rest_framework_simplejwt_mongoengine.tokens module
- rest_framework_simplejwt_mongoengine.utils module
- rest_framework_simplejwt_mongoengine.views module
- Module contents