ASP.NET

Learn how to integrate Wristband with your ASP.NET application.

This quickstart guide will walk you through how to integrate your ASP.NET application with Wristband.

Goals

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

  • Integrate your ASP.NET Core backend with Wristband, utilizing Wristband's ASP.NET Auth SDK .
  • Implement session management with your ASP.NET Core backend.
  • Connect a React frontend to your ASP.NET Core 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

  • .NET SDK (version 8.0 or later)
  • Your preferred package manager (dotnet CLI, NuGet Package Manager)
  • Node.js (v20.x or later)
  • A package manager such as npm, yarn, or pnpm
  • React (v17.x or later)

Set Up ASP.NET Core

If you are starting your app from scratch, you will need to set up an ASP.NET Core project by following the official documentation.


What’s Next

After your ASP.NET project is set up, you'll need to install the Wristband Auth SDK.