-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Hello,
token enc encryption gets a new token every time the auth/connection is newed. This also means, since new salt each time on reconnect, that the password either needs to be stored or the user would have to enter t every time again, which collided with the sense of using a token in the first place.
Shouldn’t tokens be stored permanently and then on authorization if a token is present only the token is refreshed and only if this fails the password has to be provided again?
Regards
Metadata
Metadata
Assignees
Labels
No labels