floxay / python-riot-auth

A Python 3 library to get various Riot tokens and get around Cloudflare's filter during auth.
MIT License
71 stars 14 forks source link

feat: add 2FA support #15

Closed ev3nvy closed 1 year ago

ev3nvy commented 1 year ago

Opened this according to the discussions from discord.

It's an alternative implementation of #13.

Fixes #4.

ev3nvy commented 1 year ago

I have decided to split up code changes into smaller self-contained commits, authorize now also return a bool instead of it being a class member.