How to access Redis cache store in a custom auth provider ? #11310
Unanswered
rakshithvikramraj
asked this question in
Q&A
Replies: 1 comment
-
Have you tried this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am implementing a custom authentication provider in Medusa v2, using a passwordless approach with phone numbers and OTP-based authentication. Since OTPs need to be stored temporarily, Redis cache seems to be the best option. However, I am unsure how to properly load the Redis connection within the provider. Currently, I have implemented my provider in a certain way, but I am not confident if my approach is correct.
Beta Was this translation helpful? Give feedback.
All reactions