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

Enhancing Filament Pages: A Case Study in Action Placement

Introduction

In the Breniapp/brenia project, we've been focusing on improving the user experience within our Filament-based admin panel. One recent enhancement involved strategically relocating the 'autoplanificar' (auto-planner) button to a more intuitive location within the Filament page.

This post details the rationale behind this change and the technical considerations involved.

Read more