Overcoming Access Control in Web APIs

Overcoming Access Control in Web APIs

EuroPython Conference via YouTube Direct link

What if our API has to do both

22 of 31

22 of 31

What if our API has to do both

Class Central Classrooms beta

YouTube videos curated by Class Central.

Classroom Contents

Overcoming Access Control in Web APIs

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Intro
  2. 2 Welcome
  3. 3 Authentication
  4. 4 Endpoint
  5. 5 Protect endpoint
  6. 6 Protect decorator
  7. 7 Middleware
  8. 8 Authentication Failure
  9. 9 What we want
  10. 10 Determining authentication
  11. 11 Cookies headers
  12. 12 Intersession tickets
  13. 13 Session based requests
  14. 14 Nonsession based requests
  15. 15 Sessionbased requests
  16. 16 Strategy
  17. 17 Direct or Browser API
  18. 18 Why do we want to know
  19. 19 The problems with browsers
  20. 20 How is this typically handled
  21. 21 Recap
  22. 22 What if our API has to do both
  23. 23 What is a JSON
  24. 24 How to handle JSON
  25. 25 Python code
  26. 26 Solution
  27. 27 Structured scopes
  28. 28 Check mark
  29. 29 Cookies
  30. 30 API endpoints
  31. 31 Questions

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.