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.
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