OpenID implementation. Is there anything unique to user identification?

I would like to implement user authentication using OpenID.

Is there something unique in user data that OpenID provides that I could use as a key to remember and identify users? I was thinking about using email, but the user could change it.

+5
source share
1 answer

An OpenID user ID is what you should use for this purpose.

This is either a URL entered as an identifier, or returned as claimed_idwhen available. In any case, in fact, retain your identity only after successful authentication.

7.2 7.3 OpenID 2.0 .

, , , .

+6

All Articles