Open LiteWait opened 6 years ago
+1 for SPA / oauth / JWT integration
@LiteWait It's been a year, I wonder how're things going? I am also stuck.
Found a related post:
https://www.toptal.com/django/integrate-oauth-2-into-django-drf-back-end
related code here https://github.com/coriolinus/oauth2-article
I've got a single page app and don't really use sessions/CSRF/etc. (in favor of JWT token auth).
Can I still implement this package?