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

https://github.com/jonaskello/oidc-login-simple

Simple example for logging in with OIDC
https://github.com/jonaskello/oidc-login-simple

Last synced: 10 months ago
JSON representation

Simple example for logging in with OIDC

Awesome Lists containing this project

README

          

# oidc-login-simple

Simple example how to login with OIDC

# How to run

Setup a `.env` file in the root with these variables:

```sh
CLIENT_ID=myapp
CLIENT_SECRET=thesecret
ISSUER_URL=https://the.url.of.issuer
```

Then run

```sh
pnpm start
```

And then navigate to http://localhost:3000