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
Add a CLI 'config' command for changing some general runtime behaviors of the Minid Client. Currently, the Minid Client will collect some general info like "name" automatically from Globus Auth for use when registering new Minids. We probably want 'name' to be configurable based on the user's preference.
The previous Minid version saved the following information:
We may want to track minid_server but I don't think anything else applies. username and email were used to track user info for the old Minid Service. code was used to verify users. username, email, code is functionally replaced by Globus Auth. orcid currently isn't used, although we could add it if we wanted to supply it as additional metadata.
The MinidClient class should track configuration in a config variable, so it is accessible by both the SDK and the CLI.
The text was updated successfully, but these errors were encountered:
Add a CLI 'config' command for changing some general runtime behaviors of the Minid Client. Currently, the Minid Client will collect some general info like "name" automatically from Globus Auth for use when registering new Minids. We probably want 'name' to be configurable based on the user's preference.
The previous Minid version saved the following information:
We may want to track
minid_server
but I don't think anything else applies.username
andemail
were used to track user info for the old Minid Service.code
was used to verify users.username
,email
,code
is functionally replaced by Globus Auth.orcid
currently isn't used, although we could add it if we wanted to supply it as additional metadata.The MinidClient class should track configuration in a
config
variable, so it is accessible by both the SDK and the CLI.The text was updated successfully, but these errors were encountered: