1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-06-30 19:24:42 +02:00
vaultwarden/src
Jeremy Lin 7d552dbdc8 Increase length limit for email token generation
The current limit of 19 is an artifact of the implementation, which can be
easily rewritten in terms of a more general string generation function.
The new limit is 255 (max value of a `u8`); using a larger type would
probably be overkill.
2022-01-24 01:17:00 -08:00
..
api Increase length limit for email token generation 2022-01-24 01:17:00 -08:00
db Fix scope and refresh_token for API key logins 2022-01-21 23:10:15 -08:00
static Remove references to "bwrs" #2195 2022-01-23 23:40:59 +01:00
auth.rs Macro recursion decrease and other optimizations 2021-11-06 17:44:53 +01:00
config.rs Increase length limit for email token generation 2022-01-24 01:17:00 -08:00
crypto.rs Increase length limit for email token generation 2022-01-24 01:17:00 -08:00
error.rs Support all DB's for Alpine and Debian 2021-12-26 21:59:28 +01:00
mail.rs Macro recursion decrease and other optimizations 2021-11-06 17:44:53 +01:00
main.rs Remove references to "bwrs" #2195 2022-01-23 23:40:59 +01:00
ratelimit.rs Basic ratelimit for user login (including 2FA) and admin login 2021-12-22 21:48:49 +01:00
util.rs Upgrade Feature-Policy to Permissions-Policy 2022-01-12 10:36:50 -06:00