-
Notifications
You must be signed in to change notification settings - Fork 30
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
Is Remote Wipe possible with this library? #110
Comments
Currently there is no way implemented to notify the "3rd party" apps to do a remote wipe. @David-Development do you think it is possible to trigger this somehow? |
Two ideas in my head:
|
Thank you for your answers and ideas!
In my opinion getting app tokens for every app is a good idea, because then you can also use SSO inside Nextcloud talk. Downside is, that you have to change your password as soon as you change it elsewhere to update to the new password. Maybe you could workaround with a notification, that you have to change your password.
Beeing able to disconnect every app on my phone with just one click would be really nice, but would not work for nextcloud-talk because of the missing apptoken for each app. Maybe there is also a third solution with working notifications in nextcloud-talk, no need to change the password on passwordchange and disconnecting all apps on the phone with just one click? Could there be a way that apps register not via one app token for each app but are identifiable as single instances? |
App tokens are independent from password changes. |
Yes, I know but if the app would store the real password, it would be most likely no longer independent from password changes. |
For security reasons I do not want to store real password in our app. |
Sounds like a very good solution to me 👍 |
@tobiasKaminsky Shall I open an issue on the server repo for that? Or will you do this? |
I thought there is one, but I fail to find it, so if you also do not find it, please open a new one. |
@tobiasKaminsky I opened nextcloud/server#17459. Feel free to add or correct, if you miss something or think, that something wasn't described properly. |
Please let us know, if remote wipe is supported with this library.
The text was updated successfully, but these errors were encountered: