https://github.com/bennyscripts/discord-oauth2-login
A simple node js express app for discord oauth2 login for your website.
https://github.com/bennyscripts/discord-oauth2-login
Last synced: 4 months ago
JSON representation
A simple node js express app for discord oauth2 login for your website.
- Host: GitHub
- URL: https://github.com/bennyscripts/discord-oauth2-login
- Owner: bennyscripts
- Created: 2021-08-30T20:36:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-23T11:31:27.000Z (over 4 years ago)
- Last Synced: 2024-12-22T10:18:58.275Z (about 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# discord-oauth2-login
A simple node js express app for discord oauth2 login for your website.
### Install
- Download the source code
- Unzip the code
- Run `npm i` in the same folder as app.js
- Now run `node app.js` to start the app.
- The app will now be running on port `80`.