Latest Updates

Documenting code, one commit at a time.

PHP OAuth

Improved OAuth Redirects in Landing

The landing project provides a user-friendly entry point to various services. A recent update focuses on ensuring reliable cross-subdomain redirects after OAuth authentication, addressing issues with cookie handling in some browsers.

The Problem: Inconsistent Cookie Handling

After a user authenticates via OAuth, the application needs to set a session cookie and redirect them to the

Read more