Skip to content

Get all parameters from POST data when handling access token request #40

Open
@ghedsouza

Description

In TokenGenerator, when handling a request for access tokens, one parameter (client_secret) is being pulled from the POST data, while others are being pulled from the GET data.

I think it would be simpler for both the provider and consumers to extract all data from POST, as is shown in the rfc example.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Get all parameters from POST data when handling access token request · Issue #40 · hiidef/oauth2app