Skip to content

Releases: metakgp/iitkgp-erp-login-pypi

v2.3.0

15 Aug 17:27
dd609c7
Compare
Choose a tag to compare

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

11 Aug 06:55
e5eec6f
Compare
Choose a tag to compare

Features

  • minor: Providing developer access to ROLL_NUMBER (e5eec6f)

v2.2.0

29 Jul 01:25
Compare
Choose a tag to compare

Bug Fixes

  • OTP fetching wasn't handled when on campus network (1bafd8b)

v2.1.3

23 Jul 10:30
8036028
Compare
Choose a tag to compare

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

22 Jul 20:55
9c9941f
Compare
Choose a tag to compare

Bug Fixes

  • Failed when SESSION_STORAGE_FILE(optional) wasn't provided (9c9941f)

v2.1.1

22 Jul 18:08
87cb67d
Compare
Choose a tag to compare

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

21 Jul 18:53
99b743d
Compare
Choose a tag to compare

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

20 Jul 10:19
cb6a207
Compare
Choose a tag to compare

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

14 Jul 08:01
Compare
Choose a tag to compare

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

10 Jul 21:22
07e15af
Compare
Choose a tag to compare

Better Docs

  • Fixed typos
  • Fixed grammatical errors
  • Improved sentences.