You can visit the deployed sandbox application:
Branch | URL |
---|---|
main | https://oidc-sandbox.vercel.app/oidc |
next | https://oidc-sandbox-preview.vercel.app/oidc |
If you’re new to the OpenID Connect (OIDC) authentication protocol, please visit https://openidconnect.net for a step-by-step tutorial instead.
Launch the application locally by running the following command:
# At the project root
yarn install
# Run the application in DEV mode
PORT=3000 yarn start:dev
Open http://localhost:3000/oidc in your browser.
open http://localhost:3000/oidc
This project was mainly for study purposes, feel free to create a topic to discuss any improvement suggestions or point out any mistakes. ❤️