rhmdnd / compserv

The name "compserv" is short for "compliance service" and its goal is to manage and aggregate compliance information.
Apache License 2.0
3 stars 3 forks source link

Implement an authentication and authorization solution for humans #20

Open rhmdnd opened 2 years ago

rhmdnd commented 2 years ago

Compliance data is sensitive and we should make sure users and machines interfacing with the application are authorized [0].

[0] https://grpc.io/docs/guides/auth/

rhmdnd commented 2 years ago

I created a separate issue for machine-to-machine authentication here https://github.com/rhmdnd/compserv/issues/35

I'd like to keep this issue specific to authentication and authorization for humans.