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.
- Host: GitHub
- URL: https://github.com/seancassiere/start-oidc-client-ts
- Owner: SeanCassiere
- Created: 2024-08-31T01:49:41.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-31T06:07:32.000Z (about 1 year ago)
- Last Synced: 2025-04-03T03:15:14.507Z (6 months ago)
- Language: TypeScript
- Homepage: https://start-oidc-client-ts.vercel.app
- Size: 82 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.