Closed mlandauer closed 5 years ago
This fixes #19
At the moment any authentication that you want to do (to help ensure that not just anybody can hit your url endpoint) needs to be done by giving a parameter in the url. For instance,
http://my-url-endpoint.com?key=special-secret-stuff
This fixes #19
At the moment any authentication that you want to do (to help ensure that not just anybody can hit your url endpoint) needs to be done by giving a parameter in the url. For instance,
http://my-url-endpoint.com?key=special-secret-stuff