Secure authentication and organization management for PlayGryd
This service provides authentication, session management, and organization segregation for the PlayGryd platform. Built with Better Auth, supporting email/password authentication, social login, and multi-organization access.
https://auth.playgryd.com/api/auth /api/auth/sign-up User registration /api/auth/sign-in/email Email/password login /api/auth/sign-out User logout /api/auth/session Get current session /api/auth/organization/create Create organization /api/auth/organization/invite Invite to organization ๐ Full Documentation: Visit Better Auth Docs for complete API reference.
Test the API with this example registration request:
curl -X POST https://auth.playgryd.com/api/auth/sign-up \
-H "Content-Type: application/json" \
-d '{
"email": "user@example.com",
"password": "SecurePass123!",
"name": "Test User"
}' Multi-tenancy with role-based access control
Secure API key authentication for B2B integrations
Google, Apple, and other OAuth providers
PlayGryd ยท Better Auth Service
Powered by Better Auth ยท Astro