Belfast82 / Streamskip

0 stars 0 forks source link

API > Authentication #13

Open Belfast82 opened 1 year ago

Belfast82 commented 1 year ago

Description: There needs to be authentication and authorization that is set up for the server. This will prevent malicious users from messing with the data or crashing the database by filling it with non-sense. The user should require a username and password. If the user is not logged in, then no new entries or editing of video data should be possible.

Acceptance Criteria: If the user is not logged in, then cannot call the API and update the data. If the user is logged in, then the user should be able to add entries. If the user is logged in as a moderator/admin, then they should be able to delete entries.