Resource Center

Resource Center

Stay updated with the latest best practices, product updates, and expert tips on building secure, seamless user experiences with Authgear.

Zero-Trust Security on Personal Devices: Protecting Frontline Apps
Industry

Zero-Trust Security on Personal Devices: Protecting Frontline Apps

Learn how Zero-Trust security protects frontline applications on personal devices. Explore core principles, authentication strategies, device trust, and access controls for modern workforces.

Jan 12, 2026
Choosing a Stytch Alternative that Supports WhatsApp OTP and Biometrics
Industry

Choosing a Stytch Alternative that Supports WhatsApp OTP and Biometrics

Enterprise teams with mobile-first workforces are increasingly rethinking Stytch as they look for more predictable pricing, better WhatsApp OTP delivery, and stronger biometric authentication. This guide compares leading Stytch alternatives built for phone-first staff, explains how WhatsApp OTP and passkeys work together, and provides a practical framework for evaluating, implementing, and migrating to a modern mobile-first authentication stack.

Jan 12, 2026 12 min read
OIDC Specification Explained: Key Concepts Developers Need
Engineering

OIDC Specification Explained: Key Concepts Developers Need

Understand the OIDC specification with a practical breakdown of flows, tokens, claims, scopes, and endpoints. Learn the key concepts developers actually need to implement secure authentication.

Jan 9, 2026
Passwordless & Biometric Authentication: Securing the Frontline Workforce
Industry

Passwordless & Biometric Authentication: Securing the Frontline Workforce

Passwordless and biometric authentication help secure frontline workforce access without slowing productivity. Learn how these methods work, benefits, challenges, and when to adopt them.

Jan 8, 2026
What Is an Extended Workforce? Why Identity Matters More Than Ever
Industry

What Is an Extended Workforce? Why Identity Matters More Than Ever

Understand what an extended workforce is, who it includes, why it matters, and how organizations manage external workers effectively.

Jan 5, 2026
Common OAuth 2.0 Grant Types and When You Should Use Each One
Engineering

Common OAuth 2.0 Grant Types and When You Should Use Each One

Learn about the most common OAuth 2.0 grant types, how they work, and when to use each one. A practical guide for developers and security teams.

Jan 5, 2026
Top Open-Source Auth0 Alternatives in 2026: Secure & Self-Hosted Options
Industry

Top Open-Source Auth0 Alternatives in 2026: Secure & Self-Hosted Options

Explore the best open-source Auth0 alternatives in 2026. Compare features, deployment models, security, and use cases to choose the right identity solution for your team.

Jan 5, 2026
How to Migrate From Auth0 to an Open-Source Identity Provider
Highlight

How to Migrate From Auth0 to an Open-Source Identity Provider

Learn how to migrate from Auth0 to an open-source identity provider with this step-by-step guide. Covers planning, data export, implementation, SDK updates, testing, and go-live best practices.

Dec 16, 2025
Demonstrating Proof-of-Possession (DPoP): A Complete Guide for Modern OAuth Security
Engineering

Demonstrating Proof-of-Possession (DPoP): A Complete Guide for Modern OAuth Security

Learn what Demonstrating Proof-of-Possession (DPoP) is, why it’s important for secure APIs, and how to implement it. Includes practical examples for developers.

Dec 10, 2025
Base64 Made Easy: How to Encode and Decode Data
Engineering

Base64 Made Easy: How to Encode and Decode Data

Learn how Base64 encoding works, why it’s used, and how to encode or decode data safely. Includes practical examples and a free online Base64 tool.

Dec 3, 2025
What Is SCIM? SCIM Provisioning Explained (2026)
Engineering

What Is SCIM? SCIM Provisioning Explained (2026)

SCIM is the open standard that automates user provisioning between identity providers and SaaS apps. Learn how SCIM 2.0 works — endpoints, schemas, provisioning flows, and how to implement it securely.

Dec 1, 2025
OWASP Top 10 2025: A10—Mishandling of Exceptional Conditions
Industry

OWASP Top 10 2025: A10—Mishandling of Exceptional Conditions

What 2025:A10 Mishandling of Exceptional Conditions means, how unpredictable errors can turn into vulnerabilities, and best practices for robust error handling and fail-safe design.

Nov 13, 2025
OWASP Top 10 2025: A03—Software Supply Chain Failures
Industry

OWASP Top 10 2025: A03—Software Supply Chain Failures

What 2025:A03 Software Supply Chain Failures means, how attacks happen, and a practical checklist to secure your pipeline

Nov 12, 2025
How Do Authenticator Apps Work?
Engineering

How Do Authenticator Apps Work?

Learn how authenticator apps work: TOTP secrets, QR provisioning, clock drift, recovery codes, and why passkeys (WebAuthn) stop phishing.

Nov 7, 2025
Connect Supabase with any Auth Provider
Integrations

Connect Supabase with any Auth Provider

Use your existing SSO or IdP with Supabase. Learn how to exchange JWTs for full RLS access and single sign-on integration.

Oct 24, 2025
Why HMAC Is Still a Must-Have for API Security in 2025
Engineering

Why HMAC Is Still a Must-Have for API Security in 2025

Discover why HMAC remains the foundation of secure API authentication in 2025. Learn how it protects APIs, prevents tampering, and ensures message integrity.

Oct 6, 2025
Generate & Verify HMAC Signatures in Python, Node.js, Go
Engineering

Generate & Verify HMAC Signatures in Python, Node.js, Go

Learn how to generate and verify HMAC signatures in Python, Node.js, and Go. Secure your API with practical examples, code snippets, and a free online HMAC generator.

Oct 6, 2025
Login & Signup UX – Complete 2025 Guide to Authentication Best Practices
Industry

Login & Signup UX – Complete 2025 Guide to Authentication Best Practices

Optimizing your login and sign-up experience is crucial in 2025. This guide covers UX principles, patterns like passwordless login and passkeys, real-world login screen examples, and a handy checklist to improve conversion and security.

Sep 25, 2025
Insecure Direct Object Reference (IDOR): Examples & API Prevention
Industry

Insecure Direct Object Reference (IDOR): Examples & API Prevention

What IDOR is, how it happens in web & APIs, real-world examples, and a practical checklist to prevent object-level authZ bugs (BOLA).

Sep 9, 2025
Comprehensive Guide to Cryptographic Failures (OWASP Top 10 A02)
Industry

Comprehensive Guide to Cryptographic Failures (OWASP Top 10 A02)

Learn what cryptographic failures are, see real-world examples, and get OWASP best practices to secure data in transit & at rest.

Sep 9, 2025
OTP Bypass: How OTP Bots Beat SMS 2FA (+ Fixes)
Engineering

OTP Bypass: How OTP Bots Beat SMS 2FA (+ Fixes)

See how OTP bot apps bypass SMS 2FA and ship fixes fast: adaptive CAPTCHA, entity rate limits, risk scoring, and Authgear fraud protection.

Sep 9, 2025
5 Common TOTP Mistakes Developers Make (and How to Fix Them in 2026)
Engineering

5 Common TOTP Mistakes Developers Make (and How to Fix Them in 2026)

TOTP codes not working in 2026? See the 5 most common mistakes developers make — clock drift, Base32 secrets, RFC 6238 mismatches, and weak verification logic — and how to fix each one with Python and JavaScript code examples.

Aug 27, 2025
What is TOTP? A short guide for developers (RFC 6238 explained)
Engineering

What is TOTP? A short guide for developers (RFC 6238 explained)

What is TOTP (Time-based One-Time Password)? A concise RFC 6238 explanation for developers with code examples (Node, Python, Go), troubleshooting tips, and a free online TOTP tool.

Aug 27, 2025
The Complete Guide to Machine-to-Machine (M2M) Authentication — OAuth Client Credentials Flow
Engineering

The Complete Guide to Machine-to-Machine (M2M) Authentication — OAuth Client Credentials Flow

Learn how M2M tokens work, implement OAuth 2.0 Client Credentials, host JWKS, rotate keys, and secure service-to-service authentication with examples in curl, Node, Python, and Go.

Aug 22, 2025 10 min read