Skip to content

Conversation

@swolfand
Copy link
Contributor

Add comprehensive auth reference page covering sign-in, sign-up, MFA, password reset, and session management methods. Update overview page with installation instructions and link to new auth reference.

🔎 Previews:

What does this solve?

What changed?

This pull request introduces comprehensive documentation for authentication flows using the Clerk Android SDK and improves the overview and installation instructions for the SDK. The main updates include a new detailed reference for authentication methods and a clearer, more actionable overview page.

Documentation additions and improvements:

New authentication reference:

  • Added a new auth.mdx reference page that provides detailed examples and explanations for all major authentication flows, including sign in, sign up, multi-factor authentication, password reset, session management, and deep link handling with the Clerk Android SDK.

Overview and installation instructions:

  • Updated the overview.mdx to give a clearer introduction to the SDK, added a direct link to the new auth reference, and provided Gradle installation instructions for both UI and API-only usage.
  • Clarified where to find the full API reference (Dokka documentation) and streamlined the quickstart guidance.

@vercel
Copy link

vercel bot commented Jan 15, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
clerk-docs Ready Ready Preview Jan 16, 2026 0:27am

Review with Vercel Agent

swolfand and others added 4 commits January 15, 2026 17:13
Add comprehensive auth reference page covering sign-in, sign-up, MFA, password reset, and session management methods. Update overview page with installation instructions and link to new auth reference.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Rename clerk.auth.signIn/signUp to currentSignIn/currentSignUp
- Replace builder-based sendCode with specific methods:
  - sendEmailCode(), sendPhoneCode() for first factor
  - sendMfaEmailCode(), sendMfaPhoneCode() for MFA
  - SignUp.sendEmailCode(), SignUp.sendPhoneCode() for verification

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants