slotlist / slotlist-backend

Backend of slotlist.info, an ArmA 3 mission planning and slotlist management tool
https://slotlist.info
MIT License
13 stars 6 forks source link

User-based fixed token authentication #103

Open MorpheusXAUT opened 6 years ago

MorpheusXAUT commented 6 years ago

In order to allow for proper integration into external sites and services, the backend needs to support "static" authentication on a per-user basis, for example via "user API tokens". Users could generate these tokens in their account page and use them to perform actions on their behalf using third-party services (e.g. a community's internal mission tool).


Tasks