php - Single Sign On - how to implement? -


say have network of websites. when user logs in one, want them not have log in again on other websites. there secured way this?

you stackexchange , implement openid.

that'd allow users sign in using 1 of favorite services, , can two-click sign on experience. wouldn't need fill out form register sites then.


Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -