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

Auth: buffer of 15s for token expiry not implemented #115

Closed
ricardopereira opened this issue Dec 31, 2015 · 1 comment
Closed

Auth: buffer of 15s for token expiry not implemented #115

ricardopereira opened this issue Dec 31, 2015 · 1 comment
Labels
enhancement New feature or improved functionality.

Comments

@ricardopereira
Copy link
Contributor

Auth#authorise (RSA10c) Will not create a new token unless no previous token exists or current token has expired.

Not implemented:
Please note that a buffer of 15s for token expiry is recommended to avoid race conditions where the token is valid at the time of the request, but invalid when it reaches the server. Therefore, we recommend that a token is considered expired 15s before the time field expires.

@ricardopereira ricardopereira added enhancement New feature or improved functionality. rest labels Dec 31, 2015
@tcard
Copy link
Contributor

tcard commented Nov 3, 2017

RSA10c is no longer in the spec.

@tcard tcard closed this as completed Nov 3, 2017
maratal pushed a commit that referenced this issue Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improved functionality.
Development

No branches or pull requests

2 participants