Nicolai Ort niggl
niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-30 15:14:00 +00:00
d7791756dc Added mission relation resolving
niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-30 14:07:17 +00:00
dd48ee2f7e Added ResponseSchemas and fixed donation resolution bug
niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-30 13:41:10 +00:00
ec64ec3d63 Added a response class for team stats
niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-30 13:34:13 +00:00
35dbfeb5e7 Added donation amount to the stats runner response
niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-30 13:31:09 +00:00
a9ecfccfd2 Added response schemas
niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-30 13:30:34 +00:00
d850650aeb Added response class for the runner stats
niggl commented on issue lfk/backend#56 2020-12-30 13:21:23 +00:00
general stats endpoint

TODO: Implement auth via jwt for the status endpoints.

Ist implementiert, aktuell braucht ein user die Berechtigungen für: RUNNER:GET TEAM:GET ORGANISATION:GET

Um auf die Stats Endpoints…

niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-30 13:19:57 +00:00
43e256f38c Impelemented stats api auth via token or the usual auth (jwt with get for runners, teams and orgs).
niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-30 13:01:42 +00:00
b5f9cf201d Moved the authchecker to the middleware folder (b/c it pretty much is a glolified middleware)
niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-29 21:17:31 +00:00
6e121a3ce2 Implemented more stats endpoints
niggl commented on issue lfk/backend#56 2020-12-29 21:14:17 +00:00
general stats endpoint

TODO: Implement auth via jwt for the status endpoints.

niggl commented on issue lfk/backend#56 2020-12-29 21:05:07 +00:00
general stats endpoint

Todo: Implement stats responses for a cleaner runner/team/org stats output.

niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-29 20:48:23 +00:00
555e37eaf7 Added authed stats routes
niggl commented on issue lfk/backend#56 2020-12-29 20:39:19 +00:00
general stats endpoint

I implemented a new auth middleware+entities for the stats api.

niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-29 20:38:51 +00:00
9675e79441 Added openapi scheme for the stats api tokens.
niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-29 20:34:51 +00:00
345851bf1d Added example endpoint for stats auth
niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-29 20:32:47 +00:00
7c5a3893ef Added basic status api key checking middleware
niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-29 20:00:45 +00:00
b53b5cf91f Update: keys cant be updated (for security reasons)
niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-29 19:49:49 +00:00
04813173e4 Updated the method of api key creation.
niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-29 19:21:47 +00:00
c4270b0839 Adapted the new async behaviour