#Does anyone tried django-allauth headless with JWT?

1 messages · Page 1 of 1 (latest)

chrome gust
#

I have a project requirements where all the features of django-allauth is required but need to change the session token to JWT. Since the project might deal with huge amount of users session token is not that suitable (might hurt scalability). Found little bit of hints in the documentation [ https://docs.allauth.org/en/dev/headless/tokens.html ] but couldn't figure out the whole process. Is there anyone who can help me with that? Or should I switched to other module? Need your advice. Thanks in Advanced.

lavish vigil
#

Sorry, why are session tokens not scalable? If you're set in switching to JWT that's fine, but I don't know if I buy that session auth isn't scalable.