auth0-net-ios

Installation
SKILL.md

auth0-net-ios Integration

Add Auth0 authentication to .NET iOS applications. This skill integrates the Auth0.OidcClient.iOS NuGet package which uses ASWebAuthenticationSession for secure OIDC-based login and logout flows with PKCE.

Agent instruction: Before providing SDK setup instructions, fetch the latest release version by running:

gh api repos/auth0/auth0-oidc-client-net/releases --jq '[.[] | select(.tag_name | startswith("ios-")) | .tag_name | ltrimstr("ios-")] | .[0]'

Use the returned version in all dependency lines instead of any hardcoded version below.

Prerequisites

  • .NET 8.0 SDK or later (.NET 9 also supported — use net9.0-ios target framework)
  • JetBrains Rider or VS Code with C# Dev Kit (with iOS workload)
  • macOS with Xcode 15+
  • iOS 14.0+ deployment target
  • Auth0 account with a Native application configured
  • Node.js 20+ (for Auth0 CLI automated setup)
Installs
39
GitHub Stars
26
First Seen
9 days ago
auth0-net-ios — auth0/agent-skills