Yang Shu
Yang Shu
@jrief Thanks for the reply The way I implemented the authentication flow is through JWT, which doesn't require a session in redis or checking the Token table. The basic idea...
@jrief Definitely, I'll try to fork and add my own logic. Mine doesn't have a middleware class for such authentication. I'm thinking define a callable func sort of like what...
@jrief Personally I like your suggestion. But one thing here is I'm using django rest framework, not sure it's a habit or something, they're defining `AUTHENTICATION_CLASSES` and call the process...