DISQUS

Code Spatter: More CyTE Improvements

  • Greg Allard · 1 year ago
    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.
  • Greg Allard · 1 year ago
    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.
  • Greg Allard · 1 year ago
    Getting an error that says "Session state not found". It happened after being logged in, but idle for a weekend.
  • Greg Allard · 1 year ago
    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...
  • Greg Allard · 1 year ago
    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