Initial version posted. Thanks Wave Systems Corporation for sponsoring this work! Enjoy!
To do:
- The current implementation verifies the auth token with each page request. For better performance, the auth token cookie should be stored persistently and checked only when changed or timed out.
--
PeterThoeny - 2012-06-28
I wrote a related blog post,
How to: Single Sign-on, a Convenient Way to Authenticate Users.
--
PeterThoeny - 2012-06-29