Releases: metakgp/iitkgp-erp-login-pypi
Releases · metakgp/iitkgp-erp-login-pypi
v2.4.2
Features
- add basic testing workflow (56bf5d6)
- added simpler webapp workflow; removed session_manager (bd8e509)
- request erp endpoint (42ebbfa)
- updated pipeline creds for metakgp (56b87a7)
Bug Fixes
- removed is_otp_required() (5c30733)
v2.4.1
Bug Fixes
- import file location error (d8eb455)
v2.4.0
Features
- added erp package logging in api (aad8d00)
- added session manager for webapps (8e1ba6b)
v2.3.7
Bug Fixes
- request_otp() for manual login wasn't called (#25) (6255252)
v2.3.6
Bug Fixes
Updates for the recent incidents regarding ERP.
- requires signin parameters to get OTP now (533621b)
v2.3.5
Bug Fixes
- OTP Handling: Checking for otp before requesting one and gmail api return fix (68ede04)
v2.3.4
Bug Fixes
- otp: OTP is required on campus network as well (8c97124)
v2.3.3
Bug Fixes
- Logout after sign in resulted in false positive for session_alive() (f84840f)
v2.3.2
Bug Fixes
- session-check: Bug in session and token validity check (231eeb9)
v2.3.1
Session Reuse
Features
- Adding all the cookies to session when building from file (37dee5b)
- Integrated session alive check into login function itself (1f58545)