Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update session key generation in SessionStorage
This commit changes how session keys are generated in SessionStorage. Instead of using a static value, a hash of the item's public key credential challenge is added to the session parameter to create a unique key. This enhancement should improve session data security.
- Loading branch information