v0.5.2
·
121 commits
to main
since this release
What's Changed
- Fix expiry is not for value online mode token on redis by @brijeshgajjarfynd in #27
Full Changelog: v0.5.1...v0.5.2
Changed
- Fixed TTL not getting set for online mode access token set for extension users. It caused redis to fill-in with non-expiring keys since all users who launches extension, a new session key is generated and stored without TTL due to this bug.