What is the purpose of Open token(OTK) and how is it different from JWT. I understand the technical implementation is different, but apart from that what is the difference in terms of usage. When to use a JWT and when to use an Open Token?
Asked
Active
Viewed 185 times
0
-
Use jwt, its simpler. And because its simpler, there is no need to use otk. – webdeb Sep 22 '21 at 09:25
-
@webdeb, any particular scenario where OTK can be considered more beneficial? – Avinash Singh Sep 27 '21 at 06:45