Introducing GoBetterAuth
reddit.com·22h·
Discuss: r/golang
Flag this post

Thrilled to announce GoBetterAuth!

This is an attempt at building a comprehensive, framework-agnostic authentication and authorization library for Go designed to bring production-ready security and comprehensive auth to Go APIs. Stop reinventing the wheel and start building better APIs, faster.

This library is focused on delivering a secure, flexible, and feature-rich foundation right out of the box:

Key Highlights:

  • Security First: Features like argon2 password hashing, CSRF protection, secure cookies, and per-endpoint Rate Limiting are built-in.

  • Full-Spectrum Auth: Supports traditional Email & Password flows alongside Social OAuth Providers (Google, GitHub, Discord, Generic OAuth etc.)

  • Clean Architecture: Built on Go Clean Architecture principles (domain, usecase, …

Similar Posts

Loading similar posts...