No description
Find a file
Simon Goller b0000c0117 Wrap Context with Autentication enum
Context should contain information which is required to get
the information if the service call is authenticated.  Context
could be the username for example.  But services call other
services internally and for this, authentication must not be
checked.  In this case, they can now pass Authentication::Full
which always successfully authenticates.
2024-05-09 14:58:19 +02:00
.sqlx Prepare sqlx for offline checks 2024-05-09 07:16:15 +02:00
app Add id check for booking 2024-05-09 08:11:38 +02:00
dao Basic rest implementation for connecting user to sales-person 2024-05-09 14:16:47 +02:00
dao_impl Basic rest implementation for connecting user to sales-person 2024-05-09 14:16:47 +02:00
migrations Basic rest implementation for connecting user to sales-person 2024-05-09 14:16:47 +02:00
rest Wrap Context with Autentication enum 2024-05-09 14:58:19 +02:00
service Wrap Context with Autentication enum 2024-05-09 14:58:19 +02:00
service_impl Wrap Context with Autentication enum 2024-05-09 14:58:19 +02:00
.env Initial commit 2024-04-26 21:34:00 +02:00
.gitignore Initial commit 2024-04-26 21:34:00 +02:00
build.nix Add nix files 2024-05-09 07:18:35 +02:00
build.rs Initial commit 2024-04-26 21:34:00 +02:00
Cargo.lock Add REST endpoint for slot 2024-05-02 23:25:04 +02:00
Cargo.toml Add REST endpoint for slot 2024-05-02 23:25:04 +02:00
docker.nix Add nix files 2024-05-09 07:18:35 +02:00