Added
Go Demo App Now Available
9 days ago by Jim Verducci
Initial release of the Wristband Go Auth demo app: a reference implementation demonstrating multi-tenant authentication.
Key Features:
Demonstrates complete login, callback, and logout flows with automatic token refresh. Includes multi-tenancy support for both tenant subdomains and custom domains. Protected routes are secured with authentication middleware, and session storage is implemented using Gorilla sessions.
More coming soon.
Dependencies:
- wristband-go-auth — OAuth flows, token management, and session handling
Requirements
- Go >= 1.24
For full documentation, see the README.