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

Present authorized scopes to user, post-auth #63

Merged
merged 1 commit into from Mar 1, 2021

Commits on Feb 28, 2021

  1. Present authorized scopes to user, post-auth

    Previously, the scopes that were presented to the user (alongside their
    `me`) were the scopes that Micropublish requested, rather than the
    scopes returned by the authorization server.
    
    We should make sure we present those that were actually returned by the
    token endpoint.
    
    To match the intent, we should update our methods to note that they also
    return the `scope`, and make sure we update our session object with it.
    jamietanna committed Feb 28, 2021
    Copy the full SHA
    7a740f4 View commit details
    Browse the repository at this point in the history