Contribute Media
A thank you to everyone who makes this possible: Read More

JSON Web Tokens

Summary

When it comes to implementing authentication on web apps, one solution you’ll definitely hear about first are cookies. Cookie-based authentication uses a server side cookies to authenticate the user on every request. A solution you’ll probably not hear as often is token-based authentication which relies on a signed token that is sent to the server on each request.

Help us caption & translate this video!

http://amara.org/v/FQmX/

Details

Improve this page