DISQUS

DISQUS Hello! Code Spatter is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Jump to original thread »
Author

More CyTE Improvements

Started by Greg Allard · 10 months ago

In addition to the changes listed at
http://dev.cyproject.net/ , I will be modifying the OpenID authorization to be more usable.
The OpenID stuff packaged in the last release was just copied from
http://tinyid.us when I was writing it for that.
I will add another auth_routi ... Continue reading »

5 comments

  • Also, I need to get OpenID sessions to stay active with cookies. At the moment it is expecting a response from the provider and skipping the step where it sends a request to the provider since that part is in a post handler.
  • I moved everything into the auth_routine and removed the post_handler to get it working properly. Still need to wait a while to double check, but should be fine.
  • Getting an error that says "Session state not found". It happened after being logged in, but idle for a weekend.
  • Cookies kept me logged in properly now. All is working except the problem with the bad signature that only happens with http://videntity.org as the provider.

    OpenID discussions mention it could be a problem with character encodings or GMP...
  • getting the proper error messages to show up and moving that text to the language file.

    To Do:

    locate some of this stuff done and add it to the repository

Add New Comment

Returning? Login