-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requestoauthIssues related to OAuth 2.0 used to access user's cloud storageIssues related to OAuth 2.0 used to access user's cloud storage
Description
Is your feature request related to a problem? Please describe.
Currently to setup an account, you need to create an app with your own Google/Microsoft account and get the client ID, secret, then authorize the app. It would be less of a hassle for users if all they needed to do was to authorize the app.
Describe the solution you'd like
Use PKCE OAuth flow (supported by Google, Microsoft, Dropbox, etc) to get an access token.
Describe alternatives you've considered
The less secure alternative is embedding the client secret into the CLI itself.
Additional context
Add any other context or screenshots about the feature request here.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestoauthIssues related to OAuth 2.0 used to access user's cloud storageIssues related to OAuth 2.0 used to access user's cloud storage