microservices icon indicating copy to clipboard operation
microservices copied to clipboard

service: Authorization

Open armand1m opened this issue 8 years ago • 0 comments

Propose

Implement a service that would be responsible for handling authorization. It would be nice if this service could hold some claims for a user authorization, so it knows what this user can access, like features or services.

This service would have some routes like:

  • [ ] /authorization/authorize
  • [ ] /authorization/authenticate
  • [ ] /authorization/user
  • [ ] /authorization/user/claims

armand1m avatar Mar 12 '17 10:03 armand1m