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

Add Zotero client section to API key access history #14

Open
dstillman opened this issue Oct 26, 2017 · 1 comment
Open

Add Zotero client section to API key access history #14

dstillman opened this issue Oct 26, 2017 · 1 comment

Comments

@dstillman
Copy link
Member

Currently we hide Zotero client keys from the access history. We don't want to show the key itself or make it editable (though access might become configurable from the client at some point), but you should be able to see existing clients, along with platform, IP address, and approximate geolocation, and have the ability to revoke access. This is important, because changing your password doesn't revoke existing keys.

(We're currently proxying client keys from the streaming server, so some AWS IP addresses make it into the DB. We should fix that before exposing those.)

@dstillman
Copy link
Member Author

These are actually being shown now, which is good in that you can delete them and bad in that 1) we're showing AWS IPs and 2) they're a mess, with no identifying info about platform, location, etc.

So we should do this soon. They should be shown sorted by last access date descending, with a one-click "Remove" or trash button for each.

Showing "Current Device" like Gmail does would be a nice touch.

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

No branches or pull requests

1 participant