No description
Find a file
Simon Goller 926ac006e7 Return the username in a separate service
This allows us to use a service implementation which
returns a dummy user during development and the actual authenticated
user during production.  It also simplifies tests.
2024-04-26 22:41:44 +02:00
app Return the username in a separate service 2024-04-26 22:41:44 +02:00
dao Initial commit 2024-04-26 21:34:00 +02:00
dao_impl Imporove datamodel 2024-04-26 22:30:10 +02:00
migrations Imporove datamodel 2024-04-26 22:30:10 +02:00
rest Initial commit 2024-04-26 21:34:00 +02:00
service Return the username in a separate service 2024-04-26 22:41:44 +02:00
service_impl Return the username in a separate service 2024-04-26 22:41:44 +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.rs Initial commit 2024-04-26 21:34:00 +02:00
Cargo.lock Initial commit 2024-04-26 21:34:00 +02:00
Cargo.toml Initial commit 2024-04-26 21:34:00 +02:00