safwanrahman / django-webpush

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

Supporting Json web tokens #98

Open tchimih opened 3 years ago

tchimih commented 3 years ago

Hello,

In my current application, I use a python backend that communicated my frontend using rest framework with a json web token authentication. In that matter, I would like to know if it is possible to add jwt authentication handling ?

Thanks.