Completed
Token storage in browsers
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Securing SPAs and Blazor Applications Using the BFF Pattern
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Transmission of tokens over URLs
- 3 Token storage in browsers
- 4 How to get new access tokens
- 5 JavaScript library
- 6 Browser standardization
- 7 Brave
- 8 Browser Changes
- 9 Browser Security
- 10 Backend for Frontend
- 11 Classic Server Side Model
- 12 How does it work
- 13 Full disclosure
- 14 Do we expose login and log out
- 15 OpenID Connect Authentication Handler
- 16 User Endpoint
- 17 Cookie Handler
- 18 Session Change Notifications
- 19 API
- 20 Reverse Proxy
- 21 Token Management Mode
- 22 BFF Styles