Completed
Security Protocols (11)
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Building JavaScript and Mobile - Native Clients for Token-Based Architectures
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 The big Picture
- 3 Security Protocols (11)
- 4 Token-based Clients...
- 5 Modern/Pure JavaScript apps
- 6 No more cookies for security
- 7 Discovery
- 8 Authentication in JS-based apps
- 9 Validating id tokens
- 10 More identity data with user profile
- 11 Using access token to call user profile
- 12 Calling other web APIs
- 13 Token management
- 14 Renewing tokens
- 15 Native Clients
- 16 Using a web server for driving the authentication workflow
- 17 Browser types
- 18 OpenID Connect Hybrid Flow
- 19 Requesting the access token
- 20 Refreshing an Access Token