Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[STORY]: Authorize Rest calls using API #31

Open
ats0stv opened this issue May 10, 2020 · 0 comments
Open

[STORY]: Authorize Rest calls using API #31

ats0stv opened this issue May 10, 2020 · 0 comments
Labels
Security Authentication / Security related
Milestone

Comments

@ats0stv
Copy link
Member

ats0stv commented May 10, 2020

A single line user story
Ability to authorize rest calls using API

Details about the user story
Ability to authorize using the below header
Authorization: api-key base64(api-id:api-key)

Definition of Done
If token is valid used should be able to user the API
If token in invalid, user should not be able to use the API
If token is revoked, user should not be able to use the API
Log the user usage into a DB with timestamp (For future rate limiting)

Additional Comments/Suggestions/Considerations if any

@ats0stv ats0stv added the Security Authentication / Security related label May 10, 2020
@ats0stv ats0stv added this to the Beta milestone May 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Security Authentication / Security related
Projects
None yet
Development

No branches or pull requests

1 participant