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
{{ message }}
This repository has been archived by the owner on Mar 7, 2021. It is now read-only.
Homedoc is an unprotected endpoint in order to serve token information. However, when it is requested before gain_access method, a NoToken exception is raised even though a token is unnecessary for requesting homedoc.
Maybe bypass NoToken for requesting homedoc?
Seems like work-flow should be: instantiate Client, call gain_access. After that, everything else is possible. Would addressing this lead to a potentially confusing work-flow?
The text was updated successfully, but these errors were encountered:
Homedoc is an unprotected endpoint in order to serve token information. However, when it is requested before
gain_access
method, aNoToken
exception is raised even though a token is unnecessary for requesting homedoc.Maybe bypass
NoToken
for requesting homedoc?Seems like work-flow should be: instantiate
Client
, callgain_access
. After that, everything else is possible. Would addressing this lead to a potentially confusing work-flow?The text was updated successfully, but these errors were encountered: