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

Cimba doesn't display my name when authentified #2

Closed
slorber opened this issue Mar 14, 2014 · 3 comments
Closed

Cimba doesn't display my name when authentified #2

slorber opened this issue Mar 14, 2014 · 3 comments

Comments

@slorber
Copy link

slorber commented Mar 14, 2014

Hi

I've created a webid on stample.io and logs in to Cimba with it.
My card has public ACL for all agents.

https://sebas5.stample.io/card


<> a <http://xmlns.com/foaf/0.1/PersonalProfileDocument> ;
    <http://www.w3.org/ns/ldp#contains> <> ;
    <http://xmlns.com/foaf/0.1/primaryTopic> <#i> .

<#ld-cal> a <http://ns.rww.io/wapp#App> ;
    <http://ns.rww.io/wapp#description> "Simple Linked Data calendar with agenda."^^<http://www.w3.org/2001/XMLSchema#string> ;
    <http://ns.rww.io/wapp#endpoint> <https://sebas5.stample.io/calendar> ;
    <http://ns.rww.io/wapp#name> "LD-Cal"^^<http://www.w3.org/2001/XMLSchema#string> ;
    <http://ns.rww.io/wapp#serviceId> <https://ld-cal.rww.io> .

_:node18j01fotgx1 <http://www.w3.org/ns/auth/cert#exponent> "65537"^^<http://www.w3.org/2001/XMLSchema#integer> ;
    <http://www.w3.org/ns/auth/cert#modulus> "db5de72a7b374a3d03532d768879e101e5114c711ed8cbd588166256c485897864e8973d721362d70e12e3cad16938849f3563f362de4dfb6342d73a1d6bf23cf527c7d59c0bf504569f687c8841ab12d27e8f61777b2379cd80a20a49f8ceb9fa39f95a53511dfa9164f013fb0cb1b9b2ca4e1a78f39351e1c10228e3e2697034110e88a1e75894fd88acad0a915f01cbb0f8b72bb08e6ee9d9d2a942aaf917b05b074538213e0e317d511f9abc5ce240a628fc51d818359fc4bb9d99d2451005b28897bc0718985480ccb65cf64e02940600ab99c8d2bd5f03b6bc9cd7a055aa5c673175b8b8c893e6d74ca972b6d29d48dc65f985d32bf3daf3579ef32f57"^^<http://www.w3.org/2001/XMLSchema#hexBinary> .

_:node18j01fotgx2 <http://www.w3.org/2007/ont/link#protocol> "http"^^<http://www.w3.org/2001/XMLSchema#string> , "file"^^<http://www.w3.org/2001/XMLSchema#string> , "chrome"^^<http://www.w3.org/2001/XMLSchema#string> , "https"^^<http://www.w3.org/2001/XMLSchema#string> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "This Session"^^<http://www.w3.org/2001/XMLSchema#string> .

<#i> <http://xmlns.com/foaf/0.1/mbox> <mailto:lorber.sebastien@gmail.com> ;
    a <http://xmlns.com/foaf/0.1/Person> ;
    <http://www.w3.org/ns/auth/cert#key> _:node18j01fotgx1 ;
    <http://xmlns.com/foaf/0.1/knows> <https://my-profile.eu/people/deiu/card#me> , <http://bblfish.net/people/henry/card#me> ;
    <http://xmlns.com/foaf/0.1/givenname> "Herqule"^^<http://www.w3.org/2001/XMLSchema#string> ;
    <http://xmlns.com/foaf/0.1/workplaceHomepage> "www.stample.io"^^<http://www.w3.org/2001/XMLSchema#string> ;
    <http://xmlns.com/foaf/0.1/name> "Sebastien Lorber"^^<http://www.w3.org/2001/XMLSchema#string> .

My card has a name / given name but Cimba displays Hello Unknown...

@slorber
Copy link
Author

slorber commented Mar 14, 2014

@deiu just wanted to tell you it seems to work now.
Maybe you have done some changes?

@deiu
Copy link

deiu commented Mar 14, 2014

I'm glad that it works but I haven't done anything.

@deiu deiu closed this as completed Mar 14, 2014
@slorber
Copy link
Author

slorber commented Mar 14, 2014

maybe it's because I disconnected and reconnected?
Or maybe your js code caches the profile data (i saw some localstorage usage and initially my profile didn't have any name)

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