Framework-agnostic OAuth/OIDC authentication for JavaScript — PKCE, session management, and pluggable logging — with optional store, React, and Next.js bindings.
| Package | Description |
|---|---|
@eventuras/fides-auth |
Core OAuth/OIDC library (PKCE, sessions, logging) |
@eventuras/fides-auth-store |
Framework-agnostic auth state store (XState Store) |
@eventuras/fides-auth-react |
React hooks — store bindings, session monitoring, heartbeat |
@eventuras/fides-auth-next |
Next.js bindings |
See each package's README for install and usage.
Requires Node 22 (see .nvmrc) and pnpm.
pnpm install # install dependencies
pnpm build # build all packages
pnpm test # run tests
pnpm changeset # record a change for releaseMIT