https://github.com/deeplay-io/verdaccio-openid-connect
Verdaccio authentication plugin for OpenID Connect.
https://github.com/deeplay-io/verdaccio-openid-connect
oidc openid-connect verdaccio verdaccio-plugin
Last synced: 30 days ago
JSON representation
Verdaccio authentication plugin for OpenID Connect.
- Host: GitHub
- URL: https://github.com/deeplay-io/verdaccio-openid-connect
- Owner: deeplay-io
- Created: 2021-01-15T05:51:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T07:12:18.000Z (8 months ago)
- Last Synced: 2025-04-25T15:00:10.680Z (about 1 month ago)
- Topics: oidc, openid-connect, verdaccio, verdaccio-plugin
- Language: TypeScript
- Homepage:
- Size: 103 KB
- Stars: 13
- Watchers: 3
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# verdaccio-openid-connect
Verdaccio authentication plugin for OpenID Connect. When installed,
`npm login --registry ...` command will open the browser to start login flow.Compatible with Verdaccio 4.x, 5.x and 6.x.
## Installation
npm i -g verdaccio-openid-connect
## Configuration
See sample configuration in [./config.yaml](config.yaml).
Note: OpenID Connect Client must be configured to allow `${publicUrl}/oidc/callback` as a redirect URI.