|
|
1563210586
|
Handles unique constraint error on user creation
|
2024-04-30 20:21:29 +02:00 |
|
|
|
971ce6e2a4
|
Returns validation error as single string
|
2024-04-30 20:20:51 +02:00 |
|
|
|
9b06e6a5cc
|
Adds unique constraint to email in USER table
|
2024-04-30 20:05:46 +02:00 |
|
|
|
cfe335ea39
|
Implements API validator and uses it in user endpoint
|
2024-04-30 20:03:37 +02:00 |
|
|
|
932edb8da7
|
Uses uuid to avoid easy inferral of user ids
|
2024-04-28 20:21:56 +02:00 |
|
|
|
800c839b53
|
Adds User struct
|
2024-04-28 20:05:53 +02:00 |
|
|
|
98edc52114
|
Adapts table name for initial migration
|
2024-04-28 20:05:46 +02:00 |
|
|
|
9fda114cd3
|
Adds handler structs and user handler
|
2024-04-28 20:05:36 +02:00 |
|
|
|
d82a1c9215
|
Sets up internal packages for database and api
|
2024-04-28 19:14:51 +02:00 |
|
|
|
4748435779
|
Revert "Removes internal api package"
This reverts commit c65e239b68.
|
2024-04-28 19:00:19 +02:00 |
|
|
|
c19a675e36
|
Revert "Removes internal directory"
This reverts commit 5005186cd3.
|
2024-04-28 19:00:14 +02:00 |
|
|
|
5005186cd3
|
Removes internal directory
|
2024-04-26 22:46:52 +02:00 |
|
|
|
c65e239b68
|
Removes internal api package
|
2024-04-26 22:46:31 +02:00 |
|
|
|
08c7c1f9fa
|
Refactors api key functionality
- API Key is now read from env file
- API routes won't be set up if no API key is given via ENV file
|
2024-04-26 20:46:59 +02:00 |
|
|
|
c973859f7f
|
Implements api routes and api key auth
CAUTION: Temporary api key is hardcoded, must be changed
|
2024-04-26 17:23:55 +02:00 |
|
|
|
47dab069c3
|
Adapts database connections
|
2024-04-26 17:23:25 +02:00 |
|
|
|
4d218cf16a
|
Adds initial migration
|
2024-04-26 15:16:57 +02:00 |
|
|
|
23e29c44f4
|
Sets up and initializes database for freed (SQLite)
|
2024-04-26 15:16:48 +02:00 |
|