Ivy.Auth.Clerk
1.2.13
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
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" />
<PackageReference Include="Ivy.Auth.Clerk" />
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
#tool nuget:?package=Ivy.Auth.Clerk&version=1.2.13
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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.66 | 80 | 6/3/2026 |
| 1.2.65 | 83 | 6/2/2026 |
| 1.2.63 | 94 | 5/31/2026 |
| 1.2.62 | 87 | 5/29/2026 |
| 1.2.61 | 90 | 5/29/2026 |
| 1.2.60 | 97 | 5/28/2026 |
| 1.2.60-pre-20260527074837 | 104 | 5/27/2026 |
| 1.2.59 | 95 | 5/26/2026 |
| 1.2.59-pre-20260526093144 | 93 | 5/26/2026 |
| 1.2.58 | 98 | 5/20/2026 |
| 1.2.57-pre-20260518160603 | 99 | 5/18/2026 |
| 1.2.56 | 88 | 5/7/2026 |
| 1.2.55 | 95 | 5/5/2026 |
| 1.2.54 | 92 | 5/1/2026 |
| 1.2.53 | 97 | 4/30/2026 |
| 1.2.51 | 89 | 4/30/2026 |
| 1.2.50 | 107 | 4/28/2026 |
| 1.2.49 | 93 | 4/27/2026 |
| 1.2.48 | 93 | 4/27/2026 |
| 1.2.13 | 109 | 1/20/2026 |
Loading failed