One Account, All Access
Register as a valued user in the Simplified Universal User Dashboard and start your journey in all platforms!
How it Works
Create Account
Register once with your email or sign up using GitHub, Discord, or Passkey
Authorise Apps
Grant secure access to apps in the UCF ecosystem with a single click
Access Everywhere
Sign in to all connected platforms instantly with your SUUD account
Multiple Ways to Sign In
Choose the method that works best for you
Email & Password
Traditional secure login with your credentials
Passkey
Passwordless login using biometrics or device PIN
GitHub
One-click sign in with your GitHub account
Discord
Connect using your Discord identity
Security First
Your identity, protected by design
End-to-End Encryption
All sensitive data encrypted in transit and at rest
OAuth 2.0 Standard
Industry-standard protocol for secure authorisation
Session Management
View and revoke active sessions across all devices
Granular Permissions
Control exactly what each app can access
For Developers
Integrate SUUD authentication in minutes
- Standard OAuth 2.0 / OpenID Connect
- Comprehensive API documentation
- Ready-to-use callback handlers
- Developer dashboard for app management
import { betterAuth } from "better-auth";
import { genericOAuth } from "better-auth/plugins";
export const auth = betterAuth({
plugins: [genericOAuth({
config: [{
providerId: "suud",
discoveryUrl: "https://suud.net/...",
clientId: process.env.SUUD_ID,
clientSecret: process.env.SUUD_SECRET
}]
})]
});Get In Touch
Let's talk about everything!
Don't like forms? Send us an email 👋







