Skip to content

2.3.0a1759946524

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Oct 18:03
63a478d
CG-1904  improve expired session ux (#45)

*    Improve the user experience around old stale sessions that appear to be
    initialized, but are actually expired. This is done by providing the new
    utility method Auth.ensure_request_authenticator_is_ready().

*    Save computed expiration time and issued time in token files. This allows
    for the persistence of this information when dealing with opaque tokens.

*    Support non-expiring tokens.