Latest Updates

Documenting code, one commit at a time.

OAuth 1 post
×

Streamlining Authentication: Integrating Supabase with Spring Security in the Points System

Introduction

The points-system project required a robust, scalable, and secure authentication mechanism to manage user access effectively. Building authentication from the ground up often involves significant development effort, security considerations, and ongoing maintenance. Our goal was to leverage a modern, external authentication provider to offload these complexities, allowing us to

Read more