Hi everyone,
I need support with django admin page. How do I make default login-password login on admin page work? Or if it is complicated, how do I integrate supertokens auth into django admin page?
nevermind, it works just out of the box if you configure your django cache backend correctly😅
I forgot to include username in my redis URL, that's why I was getting the error
redis.exceptions.ResponseError: WRONGPASS invalid username-password pair or user is disabled.
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).