trevorbayless / cli-chess

A highly customizable way to play chess in your terminal. Play online (via Lichess.org) and offline against the Fairy-Stockfish engine. All Lichess variants are supported.
GNU General Public License v3.0
190 stars 6 forks source link

Use OAuth API instead of manual API token creation #7

Open trevorbayless opened 1 year ago

trevorbayless commented 1 year ago

Update to use OAuth API instead of having users manually create API tokens. This would replace some of the existing API token logic.