You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.
"Both Login and Signup functions return the user's WebID. Sometimes users don't have a WebID account, and in that case they need to sign up for one. The signup process also results in getting the user's WebID. If the operation is successful and a WebID is returned, then the user is considered to be authenticated."
Not clear what the relationship is between signup and login.
The app can't tell whether the user has a webid up front and decide which to call.
The solid library should surely just allow login for those signed up and otherwise sign up, with the same result in case? So there is just one function to do both?
Also this function must be able (in future) to call the app back that the user has logged out (with a null webid).
The text was updated successfully, but these errors were encountered:
dmitrizagidulin
changed the title
Just one function fro sign up and log in?
Just one function for sign up and log in?
Feb 22, 2016
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
"Both Login and Signup functions return the user's WebID. Sometimes users don't have a WebID account, and in that case they need to sign up for one. The signup process also results in getting the user's WebID. If the operation is successful and a WebID is returned, then the user is considered to be authenticated."
Not clear what the relationship is between signup and login.
The app can't tell whether the user has a webid up front and decide which to call.
The solid library should surely just allow login for those signed up and otherwise sign up, with the same result in case? So there is just one function to do both?
Also this function must be able (in future) to call the app back that the user has logged out (with a null webid).
The text was updated successfully, but these errors were encountered: