-
Notifications
You must be signed in to change notification settings - Fork 305
Description
We've received numerous reports of users not realizing that their username would be used publicly. It isn't obvious to them that it becomes the public sub-domain associated with their account, and forms the basis of their public webid. We need to provide a bit of explanation here, and I think we do it in two parts...
-
As users are typing in their username, have a bit of text updating as they type with:
Your public Solid POD URL will be: http://[username].hostname.com
Your public Solid WebID will be: https://[username].hostname.com/profile/card#me -
Then provide a bit of explanation on what these things actually are...
(Something like... but feel free to tweak)
Your POD URL is like the homepage for your solid pod. By default, it is readable by the public, but you can always change that if you like by changing the access control.
Your Solid WebID is your globally unique identity that you can use to identify and authenticate yourself with other PODs across the world.