AriaFantom / woauth

OAuth to discord with the Nextjs Auth module

Home Page:woauth-git-main.ethanhill.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

woauth

Login

Getting Started

First, install dependencies:

npm install
# or
yarn install

Secondly, implement your own .env:

DISCORD_CLIENT_ID=
DISCORD_CLIENT_SECRET=
DISCORD_CLIENT_TOKEN=
NEXTAUTH_URL=http://localhost:3000
DATABASE_URL=
SESSION_SECRET=
DB_NAME=
JWT_SECRET=
JWT_SIGNING_PRIVATE_KEY=

Lastly, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

About

OAuth to discord with the Nextjs Auth module

woauth-git-main.ethanhill.vercel.app


Languages

Language:JavaScript 100.0%