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
A user must have a HydroShare account and login to use hsclient.HydroShare, as a user I would like the choice to browse anonymously. I am not sure the implications this has on using https://hydroshare.org/hsapi, however public resources are still discoverable and queryable via the browser without logging in. This may be an edge case that is undesirable, but I think it is worth documenting in an issue.
I believe this stems from HydroShareSession's login logic. Currently, the requests session object is given username=None, password=None by default.
A user must have a HydroShare account and login to use
hsclient.HydroShare
, as a user I would like the choice to browse anonymously. I am not sure the implications this has on usinghttps://hydroshare.org/hsapi
, however public resources are still discoverable and queryable via the browser without logging in. This may be an edge case that is undesirable, but I think it is worth documenting in an issue.I believe this stems from
HydroShareSession
's login logic. Currently, therequests
session object is givenusername=None
,password=None
by default.The text was updated successfully, but these errors were encountered: