Skip to main content

Module sign_in

Module sign_in 

Source
Expand description

The sign-in address an account lives at: its subdomain and one of 1Password’s domains.

Structs§

SignInAddress
Where an account signs in, such as my.1password.com.

Enums§

SignInDomain
One of the domains 1Password serves accounts on, the set its clients offer in the sign-in form.

Constants§

MAX_SUBDOMAIN_LENGTH 🔒
The longest a DNS label may be.

Functions§

validate_subdomain 🔒
Rejects a subdomain that is not a DNS label, which is what keeps a stray /, @ or ? from pointing the whole session at another host.