Authentication
RecroGrid Framework supports multiple authentication configurations according to the application architecture. API-side token validation and client-side authentication are documented separately so each setting has a single canonical location.
- Backend API Authentication configures JWT bearer and OpenID Connect validation in the backend API.
- SessionAuth configures the interactive client for the recommended server-side application model.
- Blazor WebAssembly Authentication configures authentication for standalone Blazor WebAssembly applications.
For host-managed OpenID Connect and downstream API proxy configuration, see Proxy-based API Access.