8000 GitHub - Talat09/Next-Auth: Next OAuth : Sign In with Google And Sign In with Github
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Talat09/Next-Auth

Repository files navigation

🚀 Getting Started

First, install dependencies:

npm install

# .env

# Configure your chosen NextAuth provider (example:Google, GitHub)
GOOGLE_CLIENT_ID=your_google_client_id
GOOGLE_CLIENT_SECRET=your_google_client_secret

GITHUB_ID=your_github_client_id
GITHUB_SECRET=your_github_client_secret

# NextAuth secret for signing/encrypting session tokens
NEXTAUTH_SECRET=your_nextauth_secret


About

Next OAuth : Sign In with Google And Sign In with Github

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0