AdaHeads / call-flow-control

Call-information flow server.
Other
6 stars 8 forks source link

Update/fix ```AWS.OpenID``` session handling #108

Closed sparre closed 10 years ago

sparre commented 11 years ago

AWS.OpenID assumes that AWS.Status.Session fails gracefully if no session cookie was passed to the server. This is not the case (at the moment), so the session cookie based implementation of AWS.OpenID.Authentication_Database should be fixed.

rostgaard commented 11 years ago

Session cookies are unusable for us as per discussion; https://plus.google.com/u/0/+ThomasLocke/posts/H42FPoyuyyo But, it seems you've already seen that post.

rostgaard commented 10 years ago

Sessions are now out of scope of the application. They are handled elsewhere.