A collection of OAuth 2.0 and OpenID Connect examples using Auth0.
- Single Page Application (SPA) with Dynamic Backend spa-with-dynamic-backend/
- note: you need to run redis via
docker compose upwhich starts a containerized redis instance locally
- note: you need to run redis via
- Redis backend session cookies with redis and gin examples/rediscookiestore
- Reading a session from redis (this is more of a tool) examples/readsession
- Validating tokens as the resource server resourceserver