Releases: metakgp/iitkgp-erp-login-pypi
Releases · metakgp/iitkgp-erp-login-pypi
v2.3.0
Features
WebApp Support
- better-code: Modularised the login workflow (5e48e55)
- Modular code capable of being used in backend for WebApps (b64ca12)
- modularised writing and fetching of tokens from file (cde9ff7)
v2.2.1
Features
- minor: Providing developer access to ROLL_NUMBER (e5eec6f)
v2.2.0
Bug Fixes
- OTP fetching wasn't handled when on campus network (1bafd8b)
v2.1.3
MFTP patch-2
Features
- Fetch tokens from a file, created by the pacakge itself (c51a4fa)
Bug Fixes
- Updating cookies for re-using session rather than SSOToken (8036028)
v2.1.2
Bug Fixes
- Failed when SESSION_STORAGE_FILE(optional) wasn't provided (9c9941f)
v2.1.1
MFTP Patch-1
Features
- multithreading-support: Patched frame call back specially for MFTP (87cb67d)
Bug Fixes
- logs: Condition for logging 'Not Valid!' status of saved SSOToken (c6e0771)
v2.1.0
Features
- Added functionality to check the validity of SSOToken (5623308)
- login: Integrated token storage & validity check in login func (3198cae)
- utils: Separated-out utility functions from read_mail.py (bd0613f)
Bug Fixes
- workflow: Version in pyproject.toml wasn't updating (99b743d)
v2.0.1
Features
- workflow: added workflow to draft a release, publish on pypi (66cf0c8)
Bug Fixes
- otp-fetch: Updated OTP request to add
pass
parameter (4d8c6b9)
release v2.0.0
What's Changed
- b259b83: Added
toggle for LOGGING
.
- f000798: Made
credentials file optional
& added support for manual entry.
- 3ab76ab: Made
OTP automation via Gmail API optional
& added support for manual entry.
- b2b5214: Added support for
No OTP
. The OTP will not be required when accessing through campus network.
Full Changelog: v1.0.1...v2.0.0
release v1.0.1
Better Docs
- Fixed typos
- Fixed grammatical errors
- Improved sentences.