An OIDC provider with typesafe integrations for ReactQuery, NextJS and tRPC.
Uses a fully certified oidc-provider under the hood.
Out the box support for Authorization Code with PKCE.
Supports skipping consent screens for first-party clients.
pnpm install
open http://localhost:3001
Click "Log in".
- You will be redirected to
/api/confer/sign-in
and then/api/oidc/auth
to start auth flows - If not logged in, you will redirected to
/confer/sign-in
, enter user credentials - If successful, you will be redirected to
/api/confer/sign-in/[id]
,/api/confer/redirect
and finally/
- Enjoy your session