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.

Aperta
#33 0 commenti 0 reazioni 1 assegnatario Rivendicata da @DonSagiv Vedi su GitHub
enhancement
Lingua principale
C#
Stelle
3
Fork
1
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.