Reverse-Engineering Belgium: De Lijn
1–3 of 3 posts
Re: Reverse-Engineering Belgium: De Lijn
#2Where could I find a clear explanation of JWT use ? I found this document (http://self-issued.info/docs/draft-ietf-oauth-json-web-token...) that describes the JWT encoding. But it doesn't discribe how it is supposed to be used. Where it is stored, how it authenticates a user, etc.
What makes it better than a cookie session ID ? I don't get it.
Re: Reverse-Engineering Belgium: De Lijn
#3Where could I find a clear explanation of JWT use ? I found this document ( http://self-issued.info/docs/draft-ietf-oauth-json-web-token... ) that describes the JWT encoding. But it doesn't discribe how it is supposed to be used. Where it is stored, how it authenticates a user, etc. What makes it better than a cookie session ID ? I don't get it.
Auth0 has a nice article about the differences here:
https://auth0.com/blog/2014/01/07/angularjs-authentication-w...
And you can play around with it using their interactive tool: http://jwt.io