← Back to Auth Vault

Social Login Integrator

$9.99

Social login handler supporting Google, GitHub, and Discord OAuth2 flows. Handles authorization URL generation, callback token exchange, user profile fetching, and unified profile normalization. Includes CSRF protection and state parameter validation. Runs on Python 3.10+ stdlib only.

# Start the social login callback server
python main.py serve --port 8080

# Generate a Google login URL
python main.py auth-url --provider google --client-id YOUR_CLIENT_ID

# Handle a callback and fetch user profile
python main.py callback --provider github --code AUTH_CODE
Grab This — $9.99