diff options
author | Arnold Daniels <arnold@jasny.net> | 2016-06-06 08:43:03 +0200 |
---|---|---|
committer | Arnold Daniels <arnold@jasny.net> | 2016-06-06 08:43:03 +0200 |
commit | fe611bba2c3e624a2d97aa6090a7b76e41b222a4 (patch) | |
tree | aa98a4657c5dc064129349b2679a6b1cb49176e8 | |
parent | e1746f8eaa5df6bf6bf2ddd5e5df0ddebbf1f080 (diff) | |
parent | e31bd473db178b2af7d11ceda7a0ac7cf501c77f (diff) | |
download | sso-fe611bba2c3e624a2d97aa6090a7b76e41b222a4.zip sso-fe611bba2c3e624a2d97aa6090a7b76e41b222a4.tar.gz sso-fe611bba2c3e624a2d97aa6090a7b76e41b222a4.tar.bz2 |
Merge pull request #47 from TJRoger/patch-1
add username/password to README
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -133,5 +133,8 @@ To proof it's working you should setup the server and two or more brokers, each export SSO_SERVER=http://localhost:9000 SSO_BROKER_ID=Julias SSO_BROKER_SECRET=ceda63kmhp; php -S localhost:9003 -t examples/ajax-broker/ Now open some tabs and visit http://localhost:9001, http://localhost:9002 and http://localhost:9003. +usename/password +jackie/jackie123 +john/john123 _Note that after logging in, you need to refresh on the other brokers to see the effect._ |