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

[User Story] As a Database Manager, I want ensure that a user is authorized to do an action so that I can prevent unauthorized data viewing and/or manipulation. #33

Open
DonSagiv opened this issue Nov 30, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@DonSagiv
Copy link
Contributor

Given at any condition.
When a user attempts any manipulation/reading of the Discord Bot SQL data.
Then authenticate and authorize the user's credentials before performing any actions.

Given a request is being made to the Discord Bot SQL data.
When the user is properly authorized to make that request.
Then perform the requested action.

Given a request is being made to the Discord Bot SQL data.
When the user is not authorized to make that request.
Then return a 403 "Forbidden" response.

@DonSagiv DonSagiv added the enhancement New feature or request label Nov 30, 2020
@nickmartin1ee7 nickmartin1ee7 added this to To do in Code2Gether-Discord-Bot via automation Jan 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant