0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-06 22:40:26 -05:00
verdaccio/packages/auth/src
Ed Clement aeff267d94
fix: refactor htpasswd plugin to use the bcryptjs 'compare' api call instead of 'compareSync' (#3025)
feat: add a new configuration value named 'slow_verify_ms' to the htpasswd plugin that when exceeded during password verification will log a warning message
chore: update README.md for htpasswd plugin to add additional information about the 'rounds' configuration value and also include the new 'slow_verify_ms' configuration value
2022-03-03 21:57:19 +01:00
..
auth.ts fix: refactor htpasswd plugin to use the bcryptjs 'compare' api call instead of 'compareSync' (#3025) 2022-03-03 21:57:19 +01:00
index.ts feat: improve legacy token signature by removing deprecated crypto.cr… (#1953) 2021-04-09 17:54:21 +02:00
jwt-token.ts chore: script to update contributors (#3001) 2022-02-15 22:18:20 +01:00
legacy-token.ts chore: consistency core dependencies (#2878) 2022-01-09 16:30:35 +01:00
token.ts feat: improve legacy token signature by removing deprecated crypto.cr… (#1953) 2021-04-09 17:54:21 +02:00
utils.ts #2606 add prettier plugin sort imports (#2607) 2021-10-29 17:33:05 +02:00