Was machen wir bei ![]()
Hier teilen wir technische Einblicke, Architekturentscheidungen und Best Practices aus der Entwicklung von Finly - für alle, die sich für moderne Softwareentwicklung im FinTech-Bereich interessieren.
6 minutes
Payload’s built-in authentication is fine for CMS users but falls short for SaaS apps—it only supports email/password login and doesn’t handle social providers or external sessions. In this post, I show how I replaced Payload’s local auth with Better Auth, enabling social login, external session management, and role assignments, while keeping Payload as the source of truth for users. This approach lets you build a SaaS-ready authentication system without giving up Payload’s RBAC and access control.

Ravi
CTO12/15/2025 11:36 AM
5 minutes
At InnoPeak, we recently launched Finly’s new landing page, built with Next.js, PayloadCMS, and HeroUI. To ensure a smooth deployment, we leveraged Drone CI, Terraform, and Kubernetes, along with PostgreSQL and DigitalOcean Spaces for storage. In this post, we’ll walk through how we set up our infrastructure and automated deployment.

Ravi
CTO03/05/2025 8:12 PM