Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/achillebourgault/nextjs-openid-oauth
OpenID OAuth Implementation using passport.js
https://github.com/achillebourgault/nextjs-openid-oauth
openid passportjs
Last synced: 23 days ago
JSON representation
OpenID OAuth Implementation using passport.js
- Host: GitHub
- URL: https://github.com/achillebourgault/nextjs-openid-oauth
- Owner: achillebourgault
- Created: 2023-03-27T10:22:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-31T05:19:53.000Z (almost 2 years ago)
- Last Synced: 2024-04-24T05:45:54.941Z (9 months ago)
- Topics: openid, passportjs
- Language: JavaScript
- Homepage: https://www.passportjs.org/
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NextJS Steam Authentication
Authentication Flow for Steam using NEXT.js and passport.
## Use the project
After downloading the project, you should install all of the required dependencies.
npm i
Fill in a `.env` file with the following keys filled.
DOMAIN=http://localhost:3000 # App Domain
SESSION_SECRET=HERE # 32+ Random char
STEAM_API_KEY=HERE # Your Steam API KeyYou can run the web application in `development` mode.
$ npm run dev