
Deploy Authorizer
Your Data Your Control Authenticate & Authorize User For Free
Just deployed
/var/lib/postgresql/data
authorizer
Just deployed
Deploy and Host Authorizer on Railway
Authorizer– Open-source auth server supporting 13+ databases, $0/user
About Hosting Authorizer
- CLI-first configuration (no .env files, no environment variables - everything via flags)
- 13+ database backends: Postgres, MySQL, SQLite, MongoDB, DynamoDB, ArangoDB, CockroachDB, ScyllaDB, Couchbase, MariaDB, YugabyteDB, PlanetScale, LibSQL
- Full OAuth2/OIDC compliance
- Social logins, MFA (TOTP), magic links, email/password, role-based access
- Webhook events for custom integrations
- GraphQL API + REST endpoints
- Admin dashboard included
- Single binary deployment
The core idea: you shouldn't have to pay per user for authentication, and your users' identity data should live in your database, not someone else's.
Common Use Cases
- Building Apps that needs auth system or Role based access control.
Dependencies for Authorizer Hosting
- Database (Postgres, MySQL, Mongodb + 10 more)
Deployment Dependencies
- Postgres [Configured by default]
Implementation Details
- Add configuration variables
- Use JWT type like RS256 with Public key & Private Key setup or use JWT type HS256 with JWT_SECRET
Why Deploy Authorizer on Railway?
- Easy to deploy
- Fast setup
Template Content
authorizer
authorizerdev/authorizer-railwayJWT_TYPE
CLIENT_ID
ADMIN_SECRET
CLIENT_SECRET