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

Generate new token when editing account #30

Closed MorpheusXAUT closed 6 years ago

MorpheusXAUT commented 6 years ago

Editing your own account (currently only including the nickname) does not generate a new JWT. Whilst this does not affect any backend or frontend operations directly, the token is still not 100% correct (still containing the old nickname). This call should thus also generate and return a new token.


Tasks