From b8e6a55062a9a38a4bdce27e114f38b33767c489 Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Sat, 13 Nov 2021 21:14:39 +0200 Subject: [PATCH] release notes --- ReleaseNotes.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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