qunicorn_core.api.jwt module
Module containing JWT security features for the API.
- class qunicorn_core.api.jwt.JWTMixin
Bases:
objectExtend Blueprint to add security documentation and jwt handling
- qunicorn_core.api.jwt.JWT_SCHEME = {'bearerFormat': 'JWT', 'description': 'The jwt access token as returned by login or refresh.', 'scheme': 'bearer', 'type': 'http'}
Security schemes to be added to the swagger.json api documentation.