Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Add additional data to body of refresh token request #14

@txsl

Description

@txsl

A particular OAuth2 provider I'm using requires that the scope be submitted along with the refresh token and grant type (which would be 'refresh_token' in this case) when refreshing the access token.

I think a neat way to do this might be to pass in an object with any extra parameters which need passing in and extend it with the two parameters (refresh token and grant type).

Happy to write this and submit a PR if you think this is the right approach.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions