Skip to content

Getting the state parameter back #74

Open
@daleif

Description

@daleif

We can specify the state variable for example in oauth2.auth_url. But it is not obvious to be how we get it back.

Looking into the code behind oauth2.get_token_p we can see that the state variable is picked up when there is a incoming code request. And it is passed on to the POST call to the token_url. But the state is not included in the POST response (at least not in the tests I've made so far).

How exactly are we suppose to get the specific state value back again?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions