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

allow expires_in string type #47

Closed
wants to merge 1 commit into from
Closed

Conversation

csbok
Copy link

@csbok csbok commented Jan 2, 2023

naver provider's response is below.

{
  access_token: '...',
  refresh_token: '...',
  token_type: 'bearer',
  expires_in: '3600'
}

expires_in is a string type. so I modified a if condition that allow string type.

@panva
Copy link
Owner

panva commented Jan 2, 2023

expires_in in JSON responses is defined as a number, please reach out to your provider to get a fix on their end instead.

@panva panva closed this Jan 2, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Jun 26, 2023
panva added a commit that referenced this pull request Oct 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants