-
Notifications
You must be signed in to change notification settings - Fork 74
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
Coordination with IsLoggedIn #71
Comments
I missed privacycg/is-logged-in#44 so I'm fine with having this closed if we think the discussion should happen in that issue instead. @johnwilander |
I'm happy to take this either way, but here is my mental model so far with regards to the relationship between isLoggedIn and WebID. My mental model is that going through WebID should automatically imply setting It is still an open area of investigation, but here are some of the semantics we are exploring:
Another example is:
The precise semantics and "what would be allowed / permitted" as a consequence of "the browser is able to observe the sign-in event" is an active area of exploration, and one which I think we would benefit from collaborating. That is, if So, from a mental model perspective, I think "the semantics of setLoggedInFederated" is really interesting and something that we should collaborate on. I remain skeptical that calling @johnwilander @melanierichards am I making sense? |
Thanks @samuelgoto, IMHO it makes sense for WebID to set this bit automatically. We'd want to look at a few things:
As an FYI, this issue on the IsLoggedIn side is on the Privacy CG agenda this week; not sure if we'll get to it as there are several issues leftover from the F2F, but we may want to discuss then. |
I'm going to mark this as closed since ultimately reconciled with Login Status here: https://github.com/fedidcg/login-status Feel free to reopen if you feel like there is something else that needs to be acted upon. |
How might this proposal integrate with the IsLoggedIn proposal in the Privacy Community Group? Would this proposal actually negate the necessity for that proposal? In particular I'm having a hard time finding out what happens on reload/navigation of a page after you've logged in. Does a subsequent call to
navigator.credentials.get
just immediately return with the previous token or do you need to go through the whole flow again on each page? Is this something where isLoggedIn could handle the state after logging in and return the previous token?The text was updated successfully, but these errors were encountered: