An open API service indexing awesome lists of open source software.

https://github.com/seancassiere/start-oidc-client-ts

Using TanStack Start with oidc-client-ts to authenticate with IdentityServer.
https://github.com/seancassiere/start-oidc-client-ts

Last synced: 6 months ago
JSON representation

Using TanStack Start with oidc-client-ts to authenticate with IdentityServer.

Awesome Lists containing this project

README

          

# TanStack Start with oidc-client-ts

Using TanStack Start with oidc-client-ts for authentication in an application.

All storage functions for oidc-client-ts are stored using the server functions from TanStack Start.

Prior to making the test auth request, the Authorization token is retrieved from the server (using a server function).

The actual API requests are made using ts-rest.