Latest Updates

Documenting code, one commit at a time.

OAuth 3 posts
×

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