NovemberOscar/Sanic-JWT-Extended

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.json
.github/workflows/build.yml
.github/workflows/publish.yml
.gitignore
.pylintrc
LICENSE
Makefile
README.md
docs/404.html
docs/Gemfile
docs/Gemfile.lock
docs/_config.yml
docs/api_docs/decorators.md
docs/api_docs/exceptions.md
docs/api_docs/index.md
docs/api_docs/jwt.md
docs/api_docs/token.md
docs/assets/js/search-data.json
docs/config_options.md
docs/error_handling.md
docs/favicon.ico
docs/index.md
docs/usage/access_control.md
docs/usage/basic.md
docs/usage/blacklist.md
docs/usage/freshness.md
docs/usage/index.md
docs/usage/private_claims.md
docs/usage/public_claims.md
docs/usage/refresh.md
mypy.ini
poetry.lock
pyproject.toml
sanic_jwt_extended/__init__.py7
A
0 mins
sanic_jwt_extended/blacklist.py34
A
0 mins
sanic_jwt_extended/blacklist.pyi
sanic_jwt_extended/config.py40
A
0 mins
sanic_jwt_extended/config.pyi
sanic_jwt_extended/decorators.py179
C
7 hrs
sanic_jwt_extended/decorators.pyi
sanic_jwt_extended/exceptions.py50
A
0 mins
sanic_jwt_extended/handler.py30
A
0 mins
sanic_jwt_extended/handler.pyi
sanic_jwt_extended/jwt_manager.py183
C
1 day
sanic_jwt_extended/jwt_manager.pyi
sanic_jwt_extended/redis.py37
A
0 mins
sanic_jwt_extended/tokens.py117
A
35 mins
sanic_jwt_extended/tokens.pyi