Deploy production ready authorizer.dev instance on Render with a managed PostgreSQL database and build with it in 30seconds
After clicking the above button, follow the steps mentioned below:
Enter the name for your instance.
Note: Optionally you can choose to deploy a branch
without-postgresand configure database env, if you already have a postgres instance running.
Authorizer v2 requires the following variables. Configure them in Render's environment settings:
| Variable | Description | Example |
|---|---|---|
DATABASE_TYPE |
Database type | postgres |
DATABASE_URL |
Database connection string | (auto-configured by Render) |
JWT_TYPE |
JWT signing algorithm | HS256 |
JWT_SECRET |
JWT signing secret | test |
ADMIN_SECRET |
Admin secret for admin operations | admin |
CLIENT_ID |
Client identifier (required) | 123456 |
CLIENT_SECRET |
Client secret (required) | secret |
These are mapped to CLI flags at startup. Please refer to the server configuration docs for all available flags.
- Source repo: https://github.com/authorizerdev/authorizer
- Docs: https://docs.authorizer.dev/deployment/render/
-
You can update the docker image to the desired version in your repository which gets created with your deployment.