You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user who sometimes encounters errors in the Web UI, I occasionally refresh the page and expect my existing session to remain active.
This is more of a concern now with anonymous access being disabled in an upcoming release - rather than authenticate again, the dh.CoreClient fires a EVENT_REFRESH_TOKEN_UPDATED event with a token that can be stored, and for a limited time, used to reconnect to the same session. That token can either be passed to dh.CoreClient.relogin() (matching DHE's behavior), or the string in its bytes field passed to login(), with type set to Bearer.
The text was updated successfully, but these errors were encountered:
As a user who sometimes encounters errors in the Web UI, I occasionally refresh the page and expect my existing session to remain active.
This is more of a concern now with anonymous access being disabled in an upcoming release - rather than authenticate again, the
dh.CoreClient
fires aEVENT_REFRESH_TOKEN_UPDATED
event with a token that can be stored, and for a limited time, used to reconnect to the same session. That token can either be passed todh.CoreClient.relogin()
(matching DHE's behavior), or the string in itsbytes
field passed tologin()
, withtype
set toBearer
.The text was updated successfully, but these errors were encountered: