Skip to content

Instantly share code, notes, and snippets.

@rdegges
Created June 1, 2017 06:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rdegges/7020282ac75b5b2f650b89eb8f7695fd to your computer and use it in GitHub Desktop.
Save rdegges/7020282ac75b5b2f650b89eb8f7695fd to your computer and use it in GitHub Desktop.
Talk Abstract

JWTs Aren't So great

JSON Web Tokens (JWTs) are all the rage in the security world. They’re becoming more and more ubiquitous in web authentication libraries, and are commonly used to store a user’s identity information.

In this talk, Randall Degges, Developer Advocate at Okta, will walk you through web authentication from the ground up, explaining how it works both with and without JWTs. Along the way you’ll learn why JWTs aren’t as great as you might hear, and learn about better ways to speed up web authentication for your websites.

Through this talk, you’ll learn:

  • How web authentication works.
  • How HTTP sessions and cookies store information.
  • How JWTs work.
  • How JWTs are commonly used in authentication libraries and tools.
  • Why JWTs are so popular.
  • Why JWTs aren’t the right solution for most websites.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment