release notes

master
Tudor Stanciu 2021-11-13 21:14:39 +02:00
parent a1a19da92a
commit b8e6a55062
1 changed files with 4 additions and 4 deletions

View File

@ -17,10 +17,10 @@
<Note>
<Version>1.0.1</Version>
<Content>
Token improvements and hard changes
Increase user information complexity
New token structure and generation mechanism
Persist tokens and reload active ones at server restart
Hard changes in token structure. Now the token format is base64 and contains a json with all user data like username, first name, last name, profile picture url, email address and a list of claims that can be configured from the database for each user independently.
The generation and validation mechanism for the token has been rewritten to meet the new token structure.
The complexity of user information has grown a lot. All users have now besides the data from token other information such as statuses, failed login attempts, last login date, password change date and security stamp.
All tokens are persisted in the database and the active ones are reload at a server failure or in case of a restart.
</Content>
</Note>
</ReleaseNotes>