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
Implement dstack login command and CLI OAuth flow (#3415)
* Add common OAuth schemas
* Add /api/auth/list_providers
* Make state a struct
* Add /api/auth/get_next_redirect
* Implement localhost redirect from UI for github
* Implement localhost redirect from UI for all providers
* Prototype dstack login
* Autoconfigure CLI projects
* Minor fixes
* Use webbrowser.open
* Implement provider selection
* Refactor server code into _LoginServer
* Test dstack login
* Add tests
* Normalize server url
* Minor adjustments
* Document dstack login
* Document register_provider
* Disable control chars for tests
0 commit comments