metakgp / iitkgp-erp-login-pypi

The only python package you will ever need to implement login process in ERP for IIT-KGP
https://pypi.org/project/iitkgp-erp-login/
GNU Affero General Public License v3.0
26 stars 7 forks source link

Fix: handling otp #22

Closed shikharish closed 9 months ago

shikharish commented 9 months ago

Fixes issues with otp handling and oauth2 authentication.

shikharish commented 9 months ago

Done

proffapt commented 9 months ago

I get how the first point is being handled, but I don't see relevant changes for the second point.

shikharish commented 9 months ago

I get how the first point is being handled, but I don't see relevant changes for the second point.

The python indentation of return creds was wrong in generate_token()