Code2Gether-Discord / Code2Gether-Discord/Code2Gether-Discord-Bot

[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.

Ouverte
#33 0 commentaires 0 réactions 1 personne assignée Réclamée par @DonSagiv Voir sur GitHub
enhancement
Langage dominant
C#
Étoiles
3
Forks
1
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

**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.

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.