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
{{ message }}
This repository was archived by the owner on Feb 20, 2026. It is now read-only.
Set the redirect URI to http://localhost:3000/api/auth/callback/keyp (note that your port may be different). Ready for production? Make sure to upate this to eg. https://my-site.com/api/auth/callback/keyp.
Copy the "CLIENT ID" for your application and set it to KEYP_CLIENT_ID in .env
In the .env, set TOKEN_SECRET to a random string, which is used for next-auth session cookies. You can generate this using openssl rand -base64 32. (NOTE: Do not use your access token here)