Koucha/koucha
Julia Lange b089f62bcd
db&webapi, primitive session tokens
adds a temporary auth method to users which does not require a password
or similar. This is just for testing right now and assumes a self-hosted
no-threats environment.

Also adds a user_key state to keep track of authed users. These
currently *DO NOT EXPIRE* which is pretty bad haha. The entire auth
system will be redone.
2026-03-05 10:15:16 -08:00
..
migrations db&adapter, add sqlx + schema & add adapter 2026-02-06 15:01:17 -08:00
src db&webapi, primitive session tokens 2026-03-05 10:15:16 -08:00
.gitignore db&adapter, add sqlx + schema & add adapter 2026-02-06 15:01:17 -08:00
Cargo.lock webapi, inital schema and routes (get_users) 2026-03-03 10:45:36 -08:00
Cargo.toml webapi, inital schema and routes (get_users) 2026-03-03 10:45:36 -08:00