docs: Adds section on how to configure basic auth #62
Reference in New Issue
Block a user
No description provided.
Delete Branch "basic-auth-docs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@javielico added you as a reviewer, since you want to also be a maintainer :)
@ -26,0 +28,4 @@1. Create the usersfile locally: `htpasswd -c usersfile <username>`2. Uncomment the Basic Auth section in your .env file3. Insert the secret: `abra app secret insert <domain> usersfile v1 -f usersfile4. Redploy you app: `abra app deploy -f <domain>`s/you/your