v5.2.6
What's Changed
- code linting with ruff by @eadwinCode in #29
- bumped up required python and updated the docs by @eadwinCode in #31
- Bump black from 21.12b0 to 23.3.0 by @dependabot in #28
- feat: add default routers autentication by @pedrohsbarbosa99 in #35
from ninja import NinjaAPI from ninja_jwt.routers.obtain import obtain_pair_router api = NinjaAPI() api.add_router('/token', tags=['Auth'], router=obtain_pair_router) ...
New Contributors
- @pedrohsbarbosa99 made their first contribution in #35
Full Changelog: v5.2.5...5.2.6