Skip to content

3.2.1

Compare
Choose a tag to compare
@drasticactions drasticactions released this 10 Jan 04:58
· 7 commits to develop since this release
be04961

This release changes how the Password Token Updates function. Before, it was based on a timer that would run on a set schedule, async to any specific calls you were making. Now, it's handled by a DelegationHandler that will refresh the token when it expires. The events for handling the session updates remain the same, but controlling when the token is "automatically" refreshed has now been deprecated.

This should give much more control for how to handle token refreshes. You can let FishyFlip handle it automatically when it expires, or handle the refresh yourself, but you have the control.

What's Changed

New Contributors

Full Changelog: 3.1.2...3.2.1