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

Everything You Ever Wanted to Know About Web Authentication in Python

Translations: en

Description

Want to learn how web authentication works? How your login information is transmitted from a web browser to a web server, and what happens from that point onwards? How authentication protocols work behind the scenes?

In this talk, Randall Degges, Developer Advocate at Okta, will walk you through the entire web authentication flow, covering:

  • Credential transmission
  • Cookies
  • Sessions
  • Databases
  • Best practices

By the end of this talk, you’ll be intimately familiar with web authentication in Python.

Improve this page