mattdodge / yahoofantasy

A Python SDK for the Yahoo! Fantasy Sports API
65 stars 18 forks source link

Run the login server with HTTPS by default #5

Closed mattdodge closed 3 years ago

mattdodge commented 3 years ago

Yahoo requires HTTPS redirect URIs, so we have to launch the server using a self-signed cert. This will show up a Chrome warning when doing the redirect but at least it saves having to run ngrok or anything.

Fixes #4