use case for redis or jwt #26
Unanswered
encryptblockr
asked this question in
Q&A
Replies: 1 comment 6 replies
-
First of all, you need to have a JWT, its authentication algorithm and the key for authentication. And then, use When the request comes in, it will automatically extract the JWT from the request header 'authorization' and try to verify it. Then, |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see that there is option to use redis or jwt
can you please elaborate on the difference between each use case?
when using the jwt version, what does that offer?
doc is lacking ready to use examples so hope to get some help here
thanks
Beta Was this translation helpful? Give feedback.
All reactions