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

Add mission token as authentication alternative #80

Closed MorpheusXAUT closed 6 years ago

MorpheusXAUT commented 6 years ago

In order to build an integration into different forum systems, a different authentication method needs to be provided to access non-public missions. One idea suggested generating (unique) tokens per mission and providing a URL parameter-passed authentication "alternative". This way, mission editors can embed their non-public mission in a forum post or homepage.

Relevant endpoints would be (for now):


Tasks