25 Commits

Author SHA1 Message Date
cef0b320d8 Added user register 2025-04-16 17:28:21 +02:00
c9dce27582 Added logout api route 2025-04-13 22:25:41 +02:00
d4ef24c99f Small formating 2025-04-11 23:50:16 +02:00
e95bb7d291 Rewrote login route (start of auth rewrite) 2025-04-11 23:49:11 +02:00
972a280229 Removed unimplemented functions 2025-04-11 23:48:50 +02:00
2ffe9c0c2b Started adding doc to better build the system 2025-04-09 22:48:11 +02:00
c5b2a60d14 Formatted files 2025-03-27 21:56:05 +01:00
5bc0e08f59 Refactored user code 2025-03-27 21:55:50 +01:00
5f357d405b Added allow credentials 2025-03-17 22:32:00 +01:00
d62a8f7e06 Will now use auth header 2025-03-17 22:31:49 +01:00
8ef4a38c08 Added CORS allow credential header to options and responses 2025-03-17 22:31:33 +01:00
b9f02e9f6e Formatted files 2025-03-17 15:02:58 +01:00
1280c745c7 Added default headers (cors) 2025-03-17 15:00:02 +01:00
c33f4e6243 Changed one Route (have to add cors header to all routes) 2025-03-16 23:40:44 +01:00
e5fcc4f59c Changed imports 2025-03-16 23:39:41 +01:00
f66df87168 Added options route for every route for client cors 2025-03-16 23:39:21 +01:00
9b19475e88 Fixed bug where items would be returned instead of cases 2025-03-15 21:20:34 +01:00
82176b83b2 Removed unnecessary derives 2025-03-15 21:20:17 +01:00
0c5b339c66 Added endpoints to server 2025-03-15 21:17:10 +01:00
cf92b4ede4 Added cases and items endpoints 2025-03-15 21:16:59 +01:00
dbde062e01 Added some structs 2025-03-15 21:16:39 +01:00
411f5fbd7e Added expiration time for revoked tokens 2025-03-15 21:15:49 +01:00
c07e5b5ceb Updated user authentication system 2025-03-12 22:27:35 +01:00
3558e7d3d0 Started working on user authentication 2025-03-10 22:41:33 +01:00
6fdf0cb7eb Created rust project 2025-03-09 20:00:15 +01:00