-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Device/Session registry #19529
Comments
Other story implemented
|
I would also do this for browsers. This would enhance the security because we can "remote logout a browser session". |
good idea. Something for the future :-) |
@nickvergessen @MorrisJobke : Added, thanks! |
this will allow us to invalidate sessions on password change #18410 |
Yep, good stuff. I have had it in the backlog for a while, just need to move some stuff off the plate to get this on the plate. Or get a second plate. |
We were thinking of sending something like the locally set hostname (e.g. "Markus-MacBookPro") inside the user agent for logging purposes (client issue). Maybe this is also something that can be reused inside the activity log (@nickvergessen @dragotin) |
This is what I added with pluggable auth, isn't it? |
@ChristophWurst Yep indeed looks like it :) I'm wondering: The table Please feel free to assign this yourself and close it. (If @danimo does not disagree) |
@guruz the core/core/Controller/TokenController.php Lines 60 to 88 in c0a91dd
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Purpose
The device registry would keep track of devices that connect to ownCloud (e.g. mobile clients, desktop clients) and stores a unique ID of the device. It can also be used to identify current browser sessions.
Possible use cases
(This is mostly based from an old proposal that I made in 5.0 times and that I didn't want to get lost. It could fit neatly e.g. with #10400. This also solves the remote wipe issue.)
Stories implemented
/cc @MTRichards @CML @karlitschek
The text was updated successfully, but these errors were encountered: