lawrencefoley / evergy

A simple utility that you can use to access your Evergy account and retrieve you meter readings.
MIT License
31 stars 13 forks source link

Add CSRF token to login request. Fixes #5. #6

Closed lawrencefoley closed 3 years ago

lawrencefoley commented 3 years ago

After an update to the Evergy website, the login form now requires a CSRF token to be included on the login request. This change grabs that token from the login form and adds it to the existing login request.