feature flag

This commit is contained in:
jay brown
2025-04-16 13:42:37 -07:00
parent df7174a415
commit 7d874fb1ab
+4
View File
@@ -31,6 +31,10 @@ The package reads configuration from environment variables:
- `AWS_REGION`: AWS region where your Cognito User Pool is located (us-east-2)
- `DEBUG`: Set to "true" for debug logging
## Feature flag
You can disable all of the auth features with the following environment variable:
`DISABLE_AUTH=true`
## Route Permissions
Route permissions are hard-coded in the `route_permissions.go` file.
In the future we may