You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,10 @@
10
10
## Abstract
11
11
12
12
Ninja JWT is JSON Web Token plugin for Django-Ninja. The library is a fork of [Simple JWT](https://github.com/jazzband/djangorestframework-simplejwt) by Jazzband, a popular JWT plugin for [Django REST Framework](http://www.django-rest-framework.org).
13
+
13
14
#### Notice
14
15
This library does not fix any issues from the source SIMPLE JWT.
15
-
It only added support for Django-Ninja and removes DRF dependencies but time after time, subsequent updates from SIMPLE JWT will reflect here.
16
+
It only added support for Django-Ninja and removes DRF dependencies. And time after time, subsequent updates from SIMPLE JWT will reflect here.
16
17
17
18
For full documentation, [visit](https://eadwincode.github.io/django-ninja-jwt/).
0 commit comments