Skip to content

[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

@DonSagiv

Description

@DonSagiv

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions