Why Authorization is Hard
Offered By: PyCon US via YouTube
Course Description
Overview
Explore the complexities of implementing authorization in software applications through this insightful PyCon US talk. Delve into the three key building blocks of authorization: enforcement, decision architecture, and modeling. Discover why these components present unique challenges, especially within the Python ecosystem. Learn about the difficulties of enforcing authorization across various application layers, the complexities of separating authorization logic from application data, and the challenges of creating scalable authorization models. Gain valuable insights into different approaches for solving these issues, along with their associated trade-offs. Equip yourself with the knowledge to make informed decisions when implementing authorization in your own projects.
Syllabus
Introduction
What is Authorization
Why Authorization is Important
Modeling Authorization
Enforcement
In a nutshell
Architecture
Centralized Logic
Decentralized Data
Centralize Data
Resources
Taught by
PyCon US
Related Courses
Intro to Python for Brand New ProgrammersPyCon US via YouTube Comprehending Comprehensions
PyCon US via YouTube Data Analysis with SQLite and Python
PyCon US via YouTube Build a Production Ready GraphQL API Using Python
PyCon US via YouTube Web Development With A Python-backed Frontend - Featuring HTMX and Tailwind
PyCon US via YouTube