autonomous.contact/public/api/auth
Andy Burke 51acbef35f docs: update readme
chore: session timoeouts up
feature: started to look at doing something around durations for some
forgotten reason, but don't want to just abandon this now 🤷
2025-07-08 18:10:09 -07:00
..
index.ts docs: update readme 2025-07-08 18:10:09 -07:00
README.md docs: improve some READMEs 2025-06-24 16:25:07 -07:00

/api/auth

Authentication for the service.

POST /api/auth

Log into the service.

{
	username: string;
	password_hash: string; //should be a base64-encoded SHA-256 hash of the user's client-entered pw
	totp?: string; // TOTP if configured on account
}