Can I use basic authentication only on the staging site?
To configure basic authentication on your staging site, create a kuroco_front.json
file and include a "basic" setting as follows:
"basic":[
"user:pass"
],
Substitute the values below with your own information:
user
: your usernamepass
: your password
From now on, when you visit the staging site, you will be prompted by a basic authentication dialog.
For more information on setting up a staging site, refer to the link below.
Support
If you have any other questions, please contact us or check out Our Slack Community.