JakePartusch / fantasy-tools

A suite of tools for fantasy football players

Home Page:https://fantasytools.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add "Sign In" option for private leagues and mobile users

JakePartusch opened this issue · comments

Passing in the URL of the league is not a great experience for mobile users since they might only be using the ESPN App. The app doesn't allow an easy way to get the URL.

This is also not a great experience for private league users, since they need to sign in to their league in a different tab for the appropriate cookies to be set.

The "Sign In" option would accept the user's ESPN credentials so that we can authenticate and fetch the league data on their behalf. This would all need to happen server-side.