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

accounts: last_login_at is not modified when authenticated via session cookie #53

Closed
vsudilov opened this issue May 6, 2015 · 1 comment
Assignees

Comments

@vsudilov
Copy link
Contributor

vsudilov commented May 6, 2015

At the moment, this value is only updated on explicit authentication to /login

@vsudilov vsudilov added the bug label May 6, 2015
@vsudilov vsudilov self-assigned this May 6, 2015
@vsudilov
Copy link
Contributor Author

vsudilov commented May 7, 2015

Closing; we don't want to touch last_login_at on session (cookie) authentication. oauth2client.last_activity_at should serve a good a proxy for account activity, as this is both tied to the user and updated when visiting /bootstrap.

An clear improvement on this mechanism is to update oauth2client.last_activity_atfrom API access, which bypasses/bootstrap`

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

No branches or pull requests

1 participant