Skip to content

How to refresh token with OAuth2.0? #1036

@JarvisChao

Description

@JarvisChao

Describe the feature

My project uses OAuth2.0 so refresh token requires these data

{
  grant_type: 'refresh_token',
  client_id: clientId,
  client_secret: clientSecret,
  refresh_token: refreshToken.value
}

But currently only a single data refreshRequestTokenPointer can be specified

How would you implement this?

No response

Additional information

  • Would you be willing to help implement this feature?

Provider

  • AuthJS
  • Local
  • Refresh
  • New Provider

Metadata

Metadata

Assignees

No one assigned

    Labels

    1.xenhancementAn improvement that needs to be added

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions