armand1m / armand1m/microservices

service: Authorization

Open
#6 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
16
Forks
0
PR merge metrics
No merged PRs in 30d

Description

# 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`

Contributor guide

No contributing guide indexed for this repository

Research direction

No files, tests, or entry points are named. Start by reviewing the repository's existing service layout and Docker Compose configuration, then clarify the authorization model, claims, authentication behavior, and route contracts for /authorization/authorize, /authorization/authenticate, /authorization/user, and /authorization/user/claims. Done means the agreed service behavior and acceptance tests are implemented.

Written by the indexing model from the issue text.

Assessment

Domain
api, authentication, authorization
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.