ASP.NET
This guide helps you integrate Wristband authentication into your ASP.NET Core application.
This quickstart guide will walk you through how to integrate your ASP.NET application with Wristband.
Goals
After completing this quickstart, you will be able to:
- Integrate your ASP.NET Core backend using the Wristband ASP.NET Auth SDK.
- Configure session management for your ASP.NET Core application.
- Connect a React frontend using the Wristband React Client Auth SDK.
- Protect your application's pages and APIs by validating authenticated user sessions.
Prerequisites
Before you start, install the following:
- .NET SDK 8.0 or later
- A package manager, such as the dotnet CLI or NuGet Package Manager
- Node.js 20.x or later
- A JavaScript package manager, such as npm, yarn, or pnpm
- React 17.x or later
Set Up ASP.NET Core
If you do not already have an ASP.NET Core application, create one by following the official ASP.NET Core documentation.