You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: