Commit graph

17 commits

Author SHA1 Message Date
azdle
233968fa97 use key from config 2025-07-24 10:43:29 -05:00
azdle
b6111fb8fa fix csrf tests w/ custom test client 2025-07-24 10:43:29 -05:00
azdle
458207cea3 use a fresh db for each test 2025-07-22 13:19:27 -05:00
azdle
741268ef1e reuse db container between tests
Container is now never stopped. Since there's only ever going to be one,
this is probably fine.
2025-07-22 12:13:26 -05:00
azdle
cb77c609dd add public URL conf option 2025-07-22 11:56:08 -05:00
azdle
11ea834835 webify 2025-07-22 10:12:21 -05:00
azdle
abb48d471e signup & login 2025-07-17 09:44:46 -05:00
azdle
ca21a84725 confirmation emails (hacky) 2025-07-16 10:04:59 -05:00
azdle
fdd80f3d8a basic emails 2025-07-15 10:44:11 -05:00
azdle
187f6003b8 docker-compose setup & related config 2025-07-14 11:46:44 -05:00
azdle
610177efd1 add rough DB stuff 2025-05-22 11:57:37 -05:00
azdle
b5c443506e add rough subscribe endpoint (3.7) 2025-05-14 13:57:31 -05:00
azdle
880f361041 add configuration system 2023-12-20 14:26:20 -06:00
azdle
18f1eafd66 implement login/logout cookies 2023-12-20 13:08:04 -06:00
azdle
ff17a0c79c updates, axum/hyper removed graceful shutdowns 2023-12-19 16:25:53 -06:00
azdle
a8648702a3 stub out auth endpoints 2023-12-19 16:21:20 -06:00
azdle
6a9f4c87c0 initial commit; basic server skeleton w/ health endpoint
Through section 3.5.
2023-11-14 16:47:24 -06:00