Go

Learn how to integrate Wristband with your Go application.

This quickstart guide will walk you through the process of integrating your Go application with Wristband.

Goals

After completing this guide, you will have learned to do the following:

  • Integrate your Go backend with Wristband, utilizing Wristband's Go Auth SDK.
  • Implement session management with your Go backend.
  • Connect a React frontend to your Go backend utilizing Wristband's React Client Auth SDK.
  • Protect your application's pages and APIs by verifying that the user has an authenticated session.

Prerequisites

  • Go (version 1.24 or later)
  • Node.js (v20.x or later)
  • A package manager such as npm, yarn, or pnpm
  • React (vanilla or NextJS)

Set Up Go

If you are starting your app from scratch, you will need to set up a Go project by following their installation documentation.




What’s Next