Skip to content

v1.6.1

Compare
Choose a tag to compare
@twratl twratl released this 18 Dec 20:09
· 49 commits to main since this release
a807c99

What's New

  • None

Enhancements

  • None

Bug Fixes

  • Fixes issue when an authentication token has been invalidated on the server side by discarding local credentials and re-authenticating
  • Send proper logout type based on the type of user (local or SAML)

Dependencies

  • None

Other

  • Additional debug logging related to the authentication process
  • Remove logic for "safe token expiration" now that CLI and Browser tokens are shared
  • Switch to extracting expiration time from the JWT instead of calculating based on auth time + session duration