This is just a basic site to help people log in with discord! Below you will find instructions on how to use! this site is not meant to be big or pretty, it's just for you to learn the basics.
Go to the config.js file and fill in the information:
module.exports = {
"dashboard_url": "http://localhost:8000",
"redirect_uri": "/login/callback",
"client_id": "<client id>",
"cookie_name": "client"
}create the .env file and fill in the information:
TOKEN=<clientToken>
SECRET=<clientSecret>How do you do this?
Add your dashboard_url and redirect_uri to the oauth tab of the discord panel.
I'm using the example template, it's your choice, but it needs to be the same one added to the discord panel in the oauth2 tab
npm i- install all packagesnpm start- simples node executionnpm run dev- node running with nodemon
In the Developer Portal -> Your Application -> General Information

In the Developer Portal -> Your Application -> Oauth2

In the Developer Portal -> Your Application -> Bot

In the Developer Portal -> Your Application -> Oauth2 -> Add Another -> text box -> Save Changes
