Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 Key

You can run the web application in `development` mode.

$ npm run dev