Commit graph

4 commits

Author SHA1 Message Date
8a62724334
WIP: Get Feeds 2026-05-12 21:07:10 -07:00
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
949a984d0c
routes, new_user route 2026-03-03 11:33:46 -08:00
92763fd7dc
webapi, inital schema and routes (get_users)
provides the infrastructure for the webapi including setting up the
server and the routes.

Implements get_users as a test route
2026-03-03 10:45:36 -08:00