🔑 Provides authentication, authorization and a role-based access control management via ACL (Access Control List)
357
stars
40
forks
source link
SessionStorage: Fix clearing identity in case of clearAuthentication(true). #55
Closed
janbarasek closed 3 years ago
User defined code (for logout function):
Mark user as unauthenticated, but an original identity kept stored in Session. I think when
clearAuthentication(true)
the identity must be removed.