Commit graph

22 commits

Author SHA1 Message Date
82b38dacab Use loopback device IP address directly 2024-10-09 15:15:27 -04:00
803abfc015 Rename expiration to expiresAt 2024-10-09 09:50:56 -04:00
f7972b4365 Nest user routes, like with auth 2024-10-07 17:11:40 -04:00
e275d0b71f Change log filter to INFO 2024-10-07 16:58:28 -04:00
e6615454cd Implement route to generate a new session 2024-10-07 16:48:50 -04:00
6057c8295d Create session objects during login, also store auth token for users 2024-10-06 14:08:26 -04:00
e24cf5c0b8 Display an error when attempting to log in to an account that doesn't exist 2024-10-06 07:14:44 -04:00
680114f467 Return the proper error if trying to verify an expired token 2024-10-05 13:39:16 -04:00
3768cd26e6 Change status code associated with missing session 2024-10-05 13:20:53 -04:00
24a7fdd4ef Fetch the temporary session during validation 2024-10-05 10:45:41 -04:00
d41a92d07a Adding a service to handle caching 2024-10-05 08:10:32 -04:00
8d4a987f0d Change requests to return an AppError on failure 2024-10-03 15:55:38 -04:00
8e222ff2e9 Remove the requests folder, it's unnecessary 2024-10-03 15:28:03 -04:00
e2cb989560 Re-enable the verification route 2024-10-03 15:27:30 -04:00
c908123a74 Further logging changes, and include some additional log messages when creating new users 2024-10-03 10:14:24 -04:00
f83757702a Create a special logging formatter for release builds 2024-10-02 12:45:10 -04:00
8c6ffbfb5c Add logging 2024-09-30 00:15:19 -04:00
864ce0c13d Moving back to using passwords for authentication 2024-09-29 09:57:02 -04:00
eb93eb34b7 Still figuring out why axum won't start 2024-08-25 13:06:29 -04:00
29dca09ac7 Refactor step one of user registration 2024-08-24 13:23:01 -04:00
5596724ba9 Beginning to rip apart the API 2024-08-22 17:29:24 -04:00
c6ac975e97 Move app-test codebase into api directory 2024-08-06 11:08:15 -04:00