|
|
|
|
|
by csomar
1255 days ago
|
|
Is this really about buzzwords or a lack of understanding of the technology choices? Django Sessions is equivalent to stateful JWT authentication. Your choice of using one over the other depends on your constraints. But if I needed a session's based solution, I'd probably go with a stateful JWT implementation rather than Django own session. That is unless I am building a really basic app, and looking to get done with it by the next week. |
|
Not sure what "stateful JWT authentication" is supposed to be anyway...