Latest Updates

Documenting code, one commit at a time.

OAuth 5 posts
×

Solución a Errores de Registro por URLs de Avatar Extensas en Laravel

En el proyecto landing, un componente crucial para la interacción con nuestros usuarios es el proceso de registro, especialmente a través de proveedores de OAuth como Google. Recientemente, identificamos un problema que afectaba a nuevos usuarios que intentaban registrarse utilizando sus cuentas de Google: el proceso fallaba debido a la longitud de las URLs de los avatares.

Read more

Centralizing User Integrations: Adding Google OAuth to Landing

Our landing project recently focused on enhancing user experience by providing more robust third-party integration options directly within their settings. The goal was to expand beyond existing integrations like LinkedIn and introduce Google OAuth, all while creating a unified management dashboard.

The Challenge

As applications grow, so does the demand for seamless connections with other

Read more
PHP OAuth

Enhancing User Notifications and Campaign Tracking in Landing

Introduction

The landing project is focused on providing users with a streamlined experience. Recent efforts have concentrated on improving user notifications related to GitHub organization OAuth restrictions and enabling enhanced tracking for campaign emails.

GitHub Org OAuth Restriction Notifications

When a repository becomes blocked due to organizational OAuth restrictions, it's

Read more
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