Frontend Integrations
AuthAction provides official SDKs for the most popular frontend frameworks. Each guide shows the recommended SDK approach first, followed by the manual setup using the community library for reference.
Official AuthAction SDKs
Section titled “Official AuthAction SDKs”| SDK | Frameworks | Install |
|---|---|---|
@authaction/web-sdk | React, Angular, Vue 3, Next.js (client-side), Vanilla JS | npm install @authaction/web-sdk |
@authaction/server-sdk | Next.js (SSR), Nuxt, Remix, SvelteKit | npm install @authaction/server-sdk |
Available Guides
Section titled “Available Guides”- React: Official SDK (
@authaction/web-sdk/react) orreact-oidc-context - Angular: Official SDK (
@authaction/web-sdk/angular) orangular-oauth2-oidc - Vue.js: Official SDK (
@authaction/web-sdk/vue) oroidc-client-ts - Next.js: Official SDK (
@authaction/web-sdk/nextjsor@authaction/server-sdk/nextjs) or NextAuth.js - Vanilla JS: Official SDK (
@authaction/web-sdk) oroauth4webapi - Nuxt.js: Official SDK (
@authaction/server-sdk/nuxt) or@sidebase/nuxt-auth - Remix: Official SDK (
@authaction/server-sdk/remix) orremix-auth - SvelteKit: Official SDK (
@authaction/server-sdk/svelte) orarctic
What You’ll Need
Section titled “What You’ll Need”- An AuthAction account with a registered application
- Your application’s Client ID and Tenant Domain
- Configured Redirect URI and Logout Redirect URI in the AuthAction dashboard
Each guide includes a complete working example repository, environment configuration, and common troubleshooting tips.