You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a collection of sample applications demonstrating how to integrate with the Civic Auth libraries - @civic/auth and @civic/auth-web3 - in various environments and frameworks.
Contents
The repository includes the following samples:
Civic Auth:
NextJS: NextJS sample app integration with Civic Auth.
ReactJS: ReactJS sample app integration with Civic Auth.
server:
Express: A minimal Express.js app integrated with Civic Auth for user authentication using OAuth 2.0 and PKCE.
Hono: A minimal Hono app integrated with Civic Auth for user authentication using OAuth 2.0 and PKCE.
Civic Auth Web3:
Wagmi: reference implementation of a simple Wagmi app integration with Civic Auth Web3 SDK.