labcodes / django-react-boilerplate

Boilerplate for a Django + React project
41 stars 6 forks source link

Should we provide a default implementation of authentication endpoints that's the frontend can consume? #41

Closed luzfcb closed 3 years ago

luzfcb commented 3 years ago

What authentication method should we provide for the frontend? Session? JWT? Both?

Related links:

https://blog.tinbrain.net/blog/jwt-auth.html https://blog.tinbrain.net/blog/tokens-aint-tokens.html https://blog.tinbrain.net/blog/session-auth-spa.html

CavalcanteLucas commented 3 years ago

Closed in favor of https://github.com/labcodes/django-react-webpack/issues/33