AnglesHQ / angles

Angles is a test dashboard that will allow you to store all your automated test results independent of the test automation framework you are using (as long as there is a client which supports using the Angles API), in a single location and has common for reports for all of them. It also allows you to view the results from various angles
Apache License 2.0
9 stars 7 forks source link

Add authentication to API's #35

Open snevesbarros opened 2 years ago

snevesbarros commented 2 years ago

Certain API's should require authentication as they could allow someone to remove or add data

snevesbarros commented 2 years ago

We can look to do a spike to use https://www.keycloak.org/ running as a container locally to generate a jwt and use that to validate users.

snevesbarros commented 2 years ago

https://medium.com/devops-dudes/securing-node-js-express-rest-apis-with-keycloak-a4946083be51