cms icon indicating copy to clipboard operation
cms copied to clipboard

Fix GitHub OAuth redirect flow and URL encoding

Open Priyanshuthapliyal2005 opened this issue 10 months ago • 1 comments

PR Fixes:

Fixed GitHub OAuth authentication by properly encoding redirect URI with encodeURIComponent() Improved error handling and added detailed logging for better debugging Enhanced GitHub link button component to prevent multiple clicks and improve UX Removed problematic setTimeout implementation causing redirect issues Fixed bcrypt implementation issues (removed mock-bcrypt.js) Made redirect URI handling more consistent and reliable across environments

Resolves #1823

Checklist before requesting a review

  • [x] I have performed a self-review of my code
  • [x] I assure there is no similar/duplicate pull request regarding same issue

https://github.com/user-attachments/assets/6452904b-d741-4c88-baba-93633a3dbcc9

Priyanshuthapliyal2005 avatar Apr 28 '25 00:04 Priyanshuthapliyal2005

@hkirat sir can you review this pr

Priyanshuthapliyal2005 avatar May 02 '25 04:05 Priyanshuthapliyal2005