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

https://github.com/stevehobbsdev/oidc-example


https://github.com/stevehobbsdev/oidc-example

Last synced: 10 months ago
JSON representation

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.