Go to file
antifallobst 3832d15887
feat(api,backend): added a dummy backend, improved internal response handling and documented api http response codes
2023-08-12 14:41:28 +02:00
doc initial commit 2023-08-11 22:45:35 +02:00
src feat(api,backend): added a dummy backend, improved internal response handling and documented api http response codes 2023-08-12 14:41:28 +02:00
.gitignore initial commit 2023-08-11 22:45:35 +02:00
Cargo.lock feat(api): added json body deserialization to the api endpoints 2023-08-12 13:50:20 +02:00
Cargo.toml feat(api): added json body deserialization to the api endpoints 2023-08-12 13:50:20 +02:00
LICENSE initial commit 2023-08-11 22:45:35 +02:00
README.md initial commit 2023-08-11 22:45:35 +02:00

README.md

BaseAuth

Baseauth is a simple auth server, which is not meant to be usable in production environments.