Is there an example of how to configure OTA to authenticate with a non-Github provider that is listed as on of Bell's supported providers?
I am using the following options under electrode-ota-server-auth and it results in a " Cannot read property 'register' of undefined" message on server start:
The issue turned out to be that I needed the module: "bell" under gitlab and the github-oauth needed to be turned off and removed from the providers list.
Is there an example of how to configure OTA to authenticate with a non-Github provider that is listed as on of Bell's supported providers?
I am using the following options under
electrode-ota-server-auth
and it results in a " Cannot read property 'register' of undefined" message on server start:It seems like it is not getting registered as a plugin, but I can't figure out how to tell it to do that.