Dan Funk
|
f4342fc785
|
It became impossible to use the Swagger ui when we started adding authentication to all of the calls. I discovered Connexion and Swagger have a default way of handing JTW authentication and this cleans up our code quite a bit, moves the securing of endpoints into the API Definition, which is quite nice, and removes a whole library dependency (I never get to do that!) I added a SWAGGER_AUTH_KEY that can be used in non-production environments to allow users to quickly authenticate from the Swagger ui. I also removed all api calls to simple little happy api services, because that is just mean and pointless.
|
2020-03-24 14:15:21 -04:00 |
Aaron Louie
|
f177e33ad6
|
Tiny tweak
|
2020-03-11 15:31:23 -04:00 |
Aaron Louie
|
3262833102
|
Requires login
|
2020-03-11 15:27:22 -04:00 |
Aaron Louie
|
bbfe9291e0
|
Adds endpoint to get workflow stats. Adds a test for the endpoint.
|
2020-03-11 14:28:53 -04:00 |