-
Notifications
You must be signed in to change notification settings - Fork 7
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
[Auth] access_token expires sooner than said by expires_in and expires_at #24
Comments
Oh ! ... I thought this was a bug of oauth2 gem. To temporary bypass it, I catch the EXPIRED_TOKEN error from Xee API, then Wish Xee will fix it soon. |
Hi Guys, Thank you for your feedback. We are aware of this issue, we are working on it ! |
Thank you for working on it. |
No date right now but we've planned to fix it this week ! |
We found something. A fix is in progress, we'll keep you informed ! |
Great news ! |
The bug has been fixed! Summary:
We made a post about it |
We will open the Champagne ! |
I can confirm that it works well now. |
Thank you for the feedback :) |
If one get an acess token with the REST API at https://cloud.xee.com/v3/auth/access_token
One get as result something like ```
1481904143 means 2016-12-16 at 17:02:23
But the token expires just minutes or an hour after creation.
13060800 means 151 days
It is not an error in documentation but implementatoin but there is nowhere to mention that.
The text was updated successfully, but these errors were encountered: