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
{{ message }}
This repository was archived by the owner on Mar 30, 2022. It is now read-only.
As a user, I want a simplified login that only requests the scopes needed for what I intend to use, so that I don't have to authenticate multiple times or give away my firstborn just to check on a buyback contract.
Options include:
Ask for all scopes up front
Have two login buttons, one scoped and one not
Require user to select character again when viewing a scoped page
Only require additional login at first login - store info in cookie on machine
Add it as a profile setting with a long-life refresh token (i.e. user logs in, selects scopes from profile settings, logs in again with scopes. This refresh token is stored with user. next login, the refresh token is used to access scopes)
As a user, I want a simplified login that only requests the scopes needed for what I intend to use, so that I don't have to authenticate multiple times or give away my firstborn just to check on a buyback contract.
Options include: