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

allow for viewing a public profile #17

Closed
satra opened this issue Mar 22, 2016 · 4 comments
Closed

allow for viewing a public profile #17

satra opened this issue Mar 22, 2016 · 4 comments

Comments

@satra
Copy link

satra commented Mar 22, 2016

it would be good to be able to make components of the profile public that can be viewed by anyone without authorization. more fundamentally i think this should be enabled somehow in solid.

image

@satra
Copy link
Author

satra commented Mar 22, 2016

more generally this would be about permitting anonymous access as an option.

@satra
Copy link
Author

satra commented Mar 22, 2016

never mind the solid comment. this works in solid: curl -D - -L -H "Accept: text/turtle" https://satra.databox.me/profile/card#me

but it would be nice if the profile app showed a view only version of the public components of the profile without someone authenticating.

@dmitrizagidulin
Copy link
Contributor

Hi @satra, thanks for opening the issue.
Quick question - by 'view only version', do you mean like a human-readable HTML rendering of the profile?
If yes, I agree, it is something we need to add.

The WebID profile is actually supposed to be explicitly public. (The reason it still prompts you for authentication in the browser is legacy behavior that we'll be fixing soon. You can actually press Cancel during that popup and not authenticate.)
The profile can link to other, private documents, but it itself is supposed to be public.

@satra
Copy link
Author

satra commented Mar 22, 2016

i'm going to close this. i figured out how to do this properly. in my solid generator, i did the following and now it works.

href="profile/#/profile/view?webid=https:%2F%2Fsatra.databox.me%2Fprofile%2Fcard%23me"

@satra satra closed this as completed Mar 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants