safwanrahman / django-webpush

Web Push Notification Package for Django
GNU General Public License v3.0
368 stars 106 forks source link

Add json web token authentication check #97

Closed tchimih closed 3 years ago

tchimih commented 3 years ago

Until now, the library supported user authentication using cookies. In this pull request, I added the authentication using json web tokens.

tchimih commented 3 years ago

Fix #98

safwanrahman commented 3 years ago

@tchimih I think you need to implement this into your project. django-rest-framework is not required to install this package, so we can not include this type of code.