https://github.com/stevehobbsdev/oidc-example
https://github.com/stevehobbsdev/oidc-example
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stevehobbsdev/oidc-example
- Owner: stevehobbsdev
- Created: 2019-03-13T17:12:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-13T17:27:54.000Z (over 7 years ago)
- Last Synced: 2024-12-31T20:16:03.838Z (over 1 year ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# OpenID Connect Example
A sample project demonstrating two OpenID Connect flows:
- Implicit using form post
- Authorization code
## Starting the project
To start the server on port 3000 using nodemon:
```
$ npm run dev
```
Then access `http://localhost:3000` in a browser window.