diff --git a/ReleaseNotes.xml b/ReleaseNotes.xml index c5fcd50..cc13cf4 100644 --- a/ReleaseNotes.xml +++ b/ReleaseNotes.xml @@ -17,10 +17,10 @@ 1.0.1 - ◾ 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. \ No newline at end of file