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

Authorization Token Expiration #8

Closed
wilee8 opened this issue Jul 3, 2013 · 1 comment
Closed

Authorization Token Expiration #8

wilee8 opened this issue Jul 3, 2013 · 1 comment
Labels

Comments

@wilee8
Copy link

wilee8 commented Jul 3, 2013

How long is an authorization token valid? After I authenticate a user and receive a token, does that token ever expire? In other words, if I save that token, will it work forever, or will I need to occasionally reauthenticate the user and get a new token? Thanks.

@krasnoukhov
Copy link
Contributor

Token is valid until user presses "logout" button on The Old Reader website. But also we may invalidating tokens in future for some reason. So you definitely need to implement reauthentication process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants