A weekly Python podcast hosted by Christopher Bailey with interviews, coding tips, and conversation with guests from the Python community. The show covers a wide range of topics including Python programming best practices, career tips, and related software development topics. Join us every Friday morning to hear what's new in the world of Python programming and become a more effective Pythonista.

OAuth 2 and Authentication Choices for Your Python Project

February 25, 2022 0:58:34 57.16 MB Downloads: 0

Have you thought about what authentication system you want to use for your Python project? Should you use an existing Python library or a third-party service? This week on the show, Dan Moore is here to talk about authentication systems and OAuth 2.

Dan is the head of developer relations at FusionAuth. He shares advice about setting up an authentication system, setting up device grants, using social login, and addressing privacy issues. Dan also provides multiple resources to learn much more about the topic.

Course Spotlight: Using Google Login With Flask

In this course, you’ll create a Flask application that lets users sign in using their Google login. You’ll learn about OAuth 2 and OpenID Connect and also find out how to implement some code to handle user session management.

Topics:

  • 00:00:00 – Introduction
  • 00:01:58 – What is FusionAuth?
  • 00:03:13 – What is the single-responsibility principle?
  • 00:04:14 – Thinking about setting up an authentication system
  • 00:08:42 – Background on OAuth
  • 00:13:26 – Device grants
  • 00:19:23 – Using another provider’s login and addressing privacy issues
  • 00:28:39 – Video Course Spotlight
  • 00:29:53 – Resources to learn more about privacy and identity
  • 00:32:39 – Setting up an OAuth system
  • 00:35:59 – DIY authentication pitfalls and hashing passwords
  • 00:42:57 – Staying on top of updates and social engineering
  • 00:51:29 – Resources for learning more about OAuth
  • 00:54:30 – What are you excited about in the world of Python?
  • 00:55:42 – What do you want to learn next?
  • 00:56:49 – Final words and social connections
  • 00:57:47 – Thanks and goodbye

Show Links:

Support the podcast & join our community of Pythonistas