-
Notifications
You must be signed in to change notification settings - Fork 3
Second release: 0.0.2
Travis Hathaway edited this page Sep 27, 2023
·
1 revision
With the second release of this plugin, we want to add support for token based authentication. This will allow us to support services such as anaconda.org and prefix.dev.
- Support for anaconda.org and prefix.dev via tokens
-
conda auth login <channel>
receives an additional--token
option
This release provides a way forward for potentially deprecated the usage of CondaHTTPAuth because both HTTP Basic Authentication and anaconda.org token authentication will be supported by this plugin.