mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-23 22:27:34 -05:00
13 lines
439 B
YAML
13 lines
439 B
YAML
|
security:
|
||
|
api:
|
||
|
legacy: true # use AES algorithm
|
||
|
# jwt enables json web token and disable legacy
|
||
|
# jwt: https://github.com/auth0/node-jsonwebtoken#jwtsignpayload-secretorprivatekey-options-callback
|
||
|
sign:
|
||
|
expiresIn: 7d # 7 days by default
|
||
|
# verify:
|
||
|
web:
|
||
|
sign:
|
||
|
expiresIn: 7d # 7 days by default
|
||
|
# verify: https://github.com/auth0/node-jsonwebtoken#jwtverifytoken-secretorpublickey-options-callback
|