SwingAuth Integration Guide

Complete step-by-step guide to integrate SwingAuth OAuth and cross-app authentication

Step 1
OAuth Client Setup
Register your application as an OAuth client in SwingAuth

1. Create OAuth Client

Go to Admin Dashboard → OAuth Clients and create a new client with these settings:

  • Name: Your App Name (e.g., "SkyVault")
  • Redirect URIs: http://localhost:3000/auth/callback, https://yourdomain.com/auth/callback
  • Scopes: profile

Save the Client ID and Client Secret - you'll need these for your app.