I am trying to use OpenID (JOpenID) for the first time. After completing OpenID authentication and returning the URL, I get the user's identity and email address. In case the user opens my site in the future, how can I again identify the user? Should I use a cookie or something else? Or will OpenID take care of this? All OpenID libraries speak only about part of the login, but do not remember anything about where to store / store, etc. Plz will tell me where I can get the whole login process using OpenID, remember the credentials and log out.
source
share