Expand description
§Ordinary Auth
Auth for Ordinary.
§License
Copyright 2026 Ordinary Labs, LLC
Licensed under the GNU AGPLv3: https://www.gnu.org/licenses/agpl-3.0.html
§Security
THIS CODE HAS NOT BEEN AUDITED OR REVIEWED. USE AT YOUR OWN RISK.
Refer to the Security Policy.
Modules§
Structs§
- Auth
core - Auth
Client client - Default
Cipher Suite - OsRng
- A random number generator that retrieves randomness from the operating system.
- Server
Setup - The state elements the server holds upon setup
Constants§
Statics§
- ACCOUNT_
REGEX ^[a-z][a-z0-9_]{0,13}[a-z0-9]$- SUBDOMAIN_
REGEX ^[a-z][a-z0-9\-]{0,35}[a-z0-9][.]$