Commit Graph

12 Commits

Author SHA1 Message Date
Curt Spark faa718c7d5 Uploading blog endpoint 2024-04-30 18:24:20 +01:00
Curt Spark 770b17c4d1 GET user settings, plan out API structure more, init serverside org mode parsing 2024-04-29 16:57:34 +01:00
Curt Spark 68c301c95c Implement getting users public info 2024-04-24 15:06:28 +01:00
Curt Spark 180cfba7c1 More helper functions related to token handler, implement API endpoint to check userID belonging to a valid token 2024-04-22 17:16:16 +01:00
Curt Spark 63bc8b2b69 Setup proper init and cleanup functions. implement and test password authentication, implement creating authorisation tokens etc. 2024-04-22 12:36:01 +01:00
Curt Spark dabf0c8977 Move user specific functions to new userHandler module, setup most of logic for password authentication, init token handling module. Properly setup API init and cleanup functions 2024-04-20 16:59:47 +01:00
Curt Spark 8c91612a5c Implement basic error handling for database connect function, implement several new database handler helper functions, init security handler password hashing via argon 2024-04-19 16:12:16 +01:00
Curt Spark bcb15bcb28 Implement typing into dbHandler module, create insertRow SQL helper function 2024-04-19 13:47:07 +01:00
Curt Spark 2638e5126b Move database handling functionality to dbHandler, helper functions 2024-04-18 18:08:49 +01:00
Curt Spark 6f8e0e02bb Implement postgresql database handling into backend and basic init handling code, also include dev database docker compose file 2024-04-17 14:58:18 +01:00
Curt Spark 2871e5fc65 Implement basic post request with body 2024-04-16 17:36:32 +01:00
Curt Spark cf83399182 Init backend 2024-04-15 16:04:19 +01:00