Lesson: Standalone SPA4 with RESTful Hypermedia and OAuth 2.0
Learn how to authenticate users with OAuth 2.0 Authorization Code flow with PKCE. Use access tokens with the RESTful hypermedia to work with data.
The purpose of this tutorial is to create a standalone Single Page Application that uses the Authorization Code Flow with PKCE to authenticate the end users. The user picture and email are extracted from JWT courtesy of OpenID Connect. This app can be hosted on any web server of your choice.