-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Global guest name setting #17147
Copy link
Copy link
Closed
nextcloud-libraries/nextcloud-auth
#666Labels
3. to reviewWaiting for reviewsWaiting for reviewsenhancementfeature: users and groupstechnical debt🧱 🤔🚀🧱 🤔🚀
Metadata
Metadata
Assignees
Labels
3. to reviewWaiting for reviewsWaiting for reviewsenhancementfeature: users and groupstechnical debt🧱 🤔🚀🧱 🤔🚀
Type
Fields
Give feedbackNo fields configured for issues without a type.
Since more and more apps allow users without an account to set a guest name if they use a public sharing link, we should provide a server api to properly store the name so that all apps (talk, text, onlyoffice, collabora) can use it.
For live updating open sessions with the new name we could use the local storage onChanged event.
For the backend I would propose to have a similar interface to IUserSession e.b. IGuestSession. It might make sense to have a dedicated unique id in case apps store additional information for the guest user, so a user name change will not lead to issues.
cc @nickvergessen
@jancborchardt Maybe we should also discuss some more unified way of setting the guest user? Super quick mockup just for the positioning:
