mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-24 16:11:53 -05:00
* (feat:oidcProvider): Trusted Client implementation - Add trustedClients configuration to OIDCOptions - Add skipConsent property to Client interface - Implement unified getClient() function for layered lookup - Update authorize and token flows to support trusted clients - Add comprehensive documentation and examples * Apply suggestions from code review Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> * lint * fix: model name * chore: cleanup --------- Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> Co-authored-by: Bereket Engida <Bekacru@gmail.com>
Better Auth Docs
This is the documentation site for Better Auth.
Contributing
To contribute to the docs, you can clone the repo and run the docs site locally.
pnpm install
pnpm run dev
This will start the docs site on http://localhost:3000.