geoff-maddock / events-tracker

CRM and calendar to track events, weekly and monthly series, promoters, artists, producers, djs, venues and other entities.
https://arcane.city
MIT License
16 stars 6 forks source link

API Security - Authentication and Authorization #923

Open geoff-maddock opened 2 years ago

geoff-maddock commented 2 years ago

Story As the maintainer of the API, I would like to require users of the API to authenticate and be authorized to use API endpoints. This is for security purposes as well as load and logging of actions.

Possible Solution

geoff-maddock commented 1 year ago

Start thinking about this for the API - how will I identify the user who is making the requests?

geoff-maddock commented 1 year ago

Update: I'm using Basic Auth, and also have the option to use "Shield" users that are not in the database.