Reference token #154
Answered
by
soofstad
DaiNguyenTM
asked this question in
Q&A
Reference token
#154
-
Hello everyone, |
Beta Was this translation helpful? Give feedback.
Answered by
soofstad
May 15, 2024
Replies: 2 comments 1 reply
-
Hi Dai, |
Beta Was this translation helpful? Give feedback.
1 reply
-
Right, well OAuth2, and this library, does not care what the content of the token is. It's just a string, and does not have to be a JWT. As long as the "reference token" is received, and expected to be sent, in the same way as JWTs, it will work. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sebastianvitterso
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right, well OAuth2, and this library, does not care what the content of the token is. It's just a string, and does not have to be a JWT. As long as the "reference token" is received, and expected to be sent, in the same way as JWTs, it will work.