verdaccio-casdoor-auth
v1.0.0
Published
casdoor auth plugin for verdaccio
Downloads
8
Maintainers
Readme
verdaccio-casdoor-auth
a verdaccio plugin for casdoor auth
casdoor config
You must add password
to the Grant types
of the application, otherwise login will fail
config.yaml
auth:
casdoor-auth:
endpoint: ...
clientId: ...
clientSecret: ...
orgName: ...
appName: ...
certificate: |
-----BEGIN CERTIFICATE-----
... YOUR CERTIFICATE HERE ...
-----END CERTIFICATE-----