Repository demonstrating OIDC and OAuth 2.0 flows with backend services, single-page applications (SPAs), and mobile applications, utilizing Auth0 as the central Identity and Access Management (IAM) solution.
You must create an Auth0 account, and you have the option to choose the free plan.
- SampleService - C# ASP .NET Core backend service utilizing Microsoft JwtBearer nuget packages
- sample-service - Python Flask backend service utilizing Authlib pip packages
- sample-service - Go Gin backend service utilizing go-jwt-middleware go package