README
Wuha Connectors Library
This library has been created to help in creating new connectors.
Each connector type is called a "template". Some examples of templates:
- Demo Connector
- Google OAuth Connector
- Generic OAuth Connector
Adding a new connector is simple. Create a new Docker project, require this library, and start using a template.
See connectors/app/sdu
for an example.
Templates
DemoConnector
A Demo Connector is an empty connector. It performs no authentication and no linking to outside services. The auth and params objects are empty.
See the sdu
connector for an example of usage.