I'm trying to connect our e-UP to EVCC using the http api.

This fails, because I don't have a Drupal server installed. I only found AuhDrupal and AuthNone as modules for the the server.

I don't want to install a Drupal instance for only one user, so I'm now trying to write a AuthSimple module for only one user with the username and password included in the code (I know, unsecure), so that the authentication for that user goes through and I get the variables I need for EVCC.

Before I reinvent the wheel, does a code snippet perhaps exists, that does the trick?

Regards

Chris