- 16 May, 2022 3 commits
-
-
Michael Kessler authored
-
Michael Kessler authored
This reverts commit 3fb8ab4d.
-
Michael Kessler authored
-
- 10 Nov, 2021 2 commits
-
-
Matthias Adrowski authored
-
Matthias Adrowski authored
Instead of throwing exceptions, which will be logged by the system, return usable status codes and messages. Will return a valid JSON with a Message key in that Case. Exceptions, which do not carry codes of 401, 403 or 404 are not catched for now, stopping us to return too usefull informations
-
- 06 Oct, 2021 1 commit
-
-
Stefan Galinski authored
-
- 09 Aug, 2021 1 commit
-
-
Matthias Adrowski authored
-
- 26 Jul, 2021 1 commit
-
-
Matthias Adrowski authored
-
- 03 Dec, 2020 1 commit
-
-
Fabio Stegmeyer authored
-
- 09 Sep, 2020 2 commits
-
-
Fabio Stegmeyer authored
-
Fabio Stegmeyer authored
[TASK] Use Injections for everything, inject AuthenticationServiceInterface into Middlewares and AuthenticationServices, remove extConf variable since the the AuthenticationService to be used is now configured in the Services.yaml, edit README.md
-
- 08 Sep, 2020 3 commits
-
-
Fabio Stegmeyer authored
-
Fabio Stegmeyer authored
-
Fabio Stegmeyer authored
-
- 07 Sep, 2020 2 commits
-
-
Fabio Stegmeyer authored
[TASK] Restructure Middlewares, add AbstractRestMiddleware which has all prerequisites for the other REST-Middlewares to work
-
Fabio Stegmeyer authored
[TASK] Split middleware into two (Authenticator/Dispatcher), introduce AuthenticationController for bearer token allocation, use loggerservice for logging
-