Skip to content

fix: login, session expiration, concurrent sessions#3

Open
projectakshith wants to merge 1 commit intoRahuletto:mainfrom
projectakshith:dev
Open

fix: login, session expiration, concurrent sessions#3
projectakshith wants to merge 1 commit intoRahuletto:mainfrom
projectakshith:dev

Conversation

@projectakshith
Copy link

Fixed login and session expiration issues including concurrent session page, and better session stability

Cookie Management:

  • Added a manual Cookie Jar system (extractCookies and getCookieStr).
  • The login now follows the full redirect chain to the oauthorize_uri using fasthttp.DoRedirects.

For concurrent sessions:

  • Added a detection layer that identifies the Zoho termination page.
  • Used goquery to parse the HTML, extract the necessary security tokens, and automatically POST the termination request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant