Skip to content

Mock Authentication

For local development, it might be easier to not have any auth, so you can easily inspect requests

bash
ENVIRONMENT='development'
AUTH_MODE='mock'

WARNING

Don't enable mock authentication in production or public environments

Released under the MIT License.