Ivy.Auth.Clerk 1.2.13

dotnet add package Ivy.Auth.Clerk --version 1.2.13
                    
NuGet\Install-Package Ivy.Auth.Clerk -Version 1.2.13
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Ivy.Auth.Clerk" Version="1.2.13" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ivy.Auth.Clerk" Version="1.2.13" />
                    
Directory.Packages.props
<PackageReference Include="Ivy.Auth.Clerk" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Ivy.Auth.Clerk --version 1.2.13
                    
#r "nuget: Ivy.Auth.Clerk, 1.2.13"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Ivy.Auth.Clerk@1.2.13
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Ivy.Auth.Clerk&version=1.2.13
                    
Install as a Cake Addin
#tool nuget:?package=Ivy.Auth.Clerk&version=1.2.13
                    
Install as a Cake Tool

Ivy.Auth.Clerk

An Ivy authentication provider for Clerk (https://clerk.com).

Configuration

Add the following environment variables or user secrets:

Clerk:SecretKey=your_secret_key
Clerk:PublishableKey=your_publishable_key

Both keys must be for the same environment (either both test or both live).

Usage

var authProvider = new ClerkAuthProvider()
    .UseEmailPassword()
    .UseGoogle()
    .UseGithub()
    .UseMicrosoft();

Supported Authentication Methods

  • Email/Password
  • Google OAuth
  • GitHub OAuth
  • Twitter OAuth
  • Apple OAuth
  • Microsoft OAuth
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • Ivy (>= 1.2.13)

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.13 82 1/20/2026
1.2.12 83 1/19/2026
1.2.12-pre-20260120141613 78 1/20/2026
1.2.11 84 1/19/2026
1.2.10 90 1/11/2026
1.2.10-pre-20260116095123 82 1/16/2026
1.2.10-pre-20260116094016 80 1/16/2026
1.2.10-pre-20260115151459 83 1/15/2026
1.2.10-pre-20260113113902 82 1/13/2026
1.2.8 86 1/11/2026
1.2.7 93 1/9/2026
1.2.7-pre-20260111152546 82 1/11/2026
1.2.6-pre-20260108131150 82 1/8/2026
1.2.6-pre-20260108123934 90 1/8/2026