We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a conditional basic auth middleware to express.sj
If the ENV vars user AND password are set the admin should require based authentication based on these values. Otherwise not.
user
password
Document this feature in the readme.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add a conditional basic auth middleware to express.sj
If the ENV vars
user
ANDpassword
are set the admin should require based authentication based on these values. Otherwise not.Document this feature in the readme.
The text was updated successfully, but these errors were encountered: