authgear-integration

Integrate and validate Authgear JWT authentication across frontend and backend applications.

2|2|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/raiden076/Prism --skill authgear-integration-raiden076
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: authgear-integration
Source: https://github.com/raiden076/Prism/tree/main/.agents/skills/authgear-integration
Command: npx skills add https://github.com/raiden076/Prism --skill authgear-integration-raiden076

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Authgear integration across diverse platforms can be lengthy and error-prone. This skill provides end-to-end guidance, templates, and patterns to enable secure, consistent authentication flows across web, mobile, and backend services.

Core Features & Use Cases

  • Cross-platform integration: Quickstart templates and framework-specific guidance for React SPA, React Native, Flutter, Android, iOS, Vue, Next.js, Ionic, and more.
  • Backend JWT validation: Server-side validation of JWT tokens for Python, Node.js, Go, Java, PHP, and ASP.NET with JWKS-based verification.
  • Unified flows: Protected routes, user profiles, token refresh, and API calls with automatic token handling.

Quick Start

Follow the setup steps to install the appropriate Authgear SDKs, configure endpoint and client ID, and implement a basic login/logout flow.

Frequently Asked Questions about authgear-integration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate Authgear JWT tokens in a Node.js or Python backend?

To validate Authgear JWT tokens in a backend, you retrieve discovery endpoints and JWKS, then verify RS256 signatures while checking token claims like exp, aud, and iss. This skill provides automated dependency installation and guided integration patterns for Python, Node.js, Go, Java, PHP, and ASP.NET to secure your API routes.

How do I implement Authgear authentication in a React SPA or React Native app?

Implementing Authgear authentication in a React SPA or React Native app involves installing the appropriate Authgear SDKs, configuring your endpoint and client ID, and setting up protected routes. This skill offers quickstart templates and framework-specific guidance for smooth cross-platform integration.

Does Authgear integration support Flutter and Vue.js for frontend authentication?

Yes, Authgear integration supports Flutter and Vue.js, alongside React SPA, React Native, Next.js, Android, iOS, and Ionic. The skill delivers framework-specific guidance and quickstart templates to enable secure, consistent authentication flows across these diverse web and mobile platforms.

What is the best way to handle token refresh and protected routes with Authgear?

The best way to handle token refresh and protected routes with Authgear is using unified flows that manage automatic token handling and API calls. This skill provides end-to-end patterns to configure secure route protection, user profiles, and token refresh logic across your web and mobile applications.

Why does my Authgear JWT validation fail when checking RS256 signatures and JWKS endpoints?

Authgear JWT validation fails when JWKS retrieval is misconfigured or token claims like exp, aud, and iss mismatch your Authgear endpoint settings. This skill aligns with discovery endpoints and JWKS retrieval to ensure correct RS256 verification and robust server-side token validation.