vaultwarden/src/api
Jeremy Lin c2a324e5da Clean up domain whitelist logic
* Make `SIGNUPS_DOMAINS_WHITELIST` override the `SIGNUPS_ALLOWED` setting.
  Otherwise, a common pitfall is to set `SIGNUPS_DOMAINS_WHITELIST` without
  realizing that `SIGNUPS_ALLOWED=false` must also be set.

* Whitespace is now accepted in `SIGNUPS_DOMAINS_WHITELIST`. That is,
  `foo.com, bar.com` is now equivalent to `foo.com,bar.com`.

* Add validation on `SIGNUPS_DOMAINS_WHITELIST`. For example, `foo.com,`
  is rejected as containing an empty token.
2020-04-09 01:42:27 -07:00
..
core Clean up domain whitelist logic 2020-04-09 01:42:27 -07:00
admin.rs Set the cargo version and allow changing it during build time with BWRS_VERSION. 2020-03-22 16:13:34 +01:00
icons.rs Updated reqwest to the latest version. 2020-03-14 23:12:45 +01:00
identity.rs Handle devicePushToken 2020-03-22 15:04:25 -07:00
mod.rs Implemented multiple U2f keys, key names, and compromised checks 2019-02-16 23:07:48 +01:00
notifications.rs Fix WebSocket notifications 2020-03-26 19:26:44 -07:00
web.rs Add backend support for alternate base dir (subdir/subpath) hosting 2020-02-18 21:27:00 -08:00