In my atlassian-connect I have specified the authentication to:
"authentication": {
"type": "none"
},
However, when trying to install my app, I get the following error:
Installation failed. The app requested authentication but did not specify a secure base URL (beginning with https://) in its descriptor.
Is that intended? I have explicitly specified authentication to be none, but I’ still getting that error regarding authentication. What’s wrong? Is HTTPS required in every case?
Please keep in mind that this is just for development purpose, when going to production the app will run on https.