Re: Generate JWTs with Django

2020-05-11 Thread Dan Davis
The place where JWT begins to get useful and important is when federated login capabilities end-up in your app. That sort of thing seems more the domain of python-social-auth packages like social-auth-core and social-auth-app-django. Generating an authentication cookie doesn't require JWT - Django

Re: Generate JWTs with Django

2020-05-11 Thread Derek Adair
> > Maybe we can update the docs to show how you you would might use some of > the signing primitives instead of JWTs, but this also sounds a bit > dangerous 🤷‍♂️ > As someone hoodwinked into believing JWT was the way... I'd absolutely LOVE a clear and concise write up on how I might get my s

Fellow Reports - May 2020

2020-05-11 Thread Mariusz Felisiak
Week ending May 10, 2020. Released Django 3.0.6. *Triaged:* https://code.djangoproject.com/ticket/31531 - Loaddata fixtures with UUID as primary key. (duplicate) https://code.djangoproject.com/ticket/31532 - Deprecate {% ifequal %} and {% ifnotequal %} template tags in favor of {% if %}. (dupli