Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show a banner when user is logged in with limited access #1259

Merged
merged 2 commits into from
Feb 14, 2020

Commits on Feb 14, 2020

  1. Add token scopes to Auth store

    Add `authScopes` attribute to the Auth store. It stores an array of
    scopes associated with the currently stored token.
    lyyder committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    dc442e9 View commit details
    Browse the repository at this point in the history
  2. Add a banner indicating limited access login

    Show a banner if a user is logged in with an access token that has
    `user:limited` scope.
    lyyder committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    650dfcf View commit details
    Browse the repository at this point in the history