How to cache auth credentials to speed up authentication
I’m developing some REST API that requires a HTTP basic auth to access. The APIs are written in Django, and the auth is based on Django auth middleware that is: it checks against the DB, the username and password. The passwor… Continue reading How to cache auth credentials to speed up authentication