Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

39 Refresh Token Debug #195

Open
wants to merge 287 commits into
base: main
Choose a base branch
from

Conversation

jchung150
Copy link

Issue-39_DebugLogs.pdf

Token Reissue Debugging

Initial Problem:

  • Access tokens were expiring after 60 minutes, requiring a refresh without re-login

Key Changes:

  • Changed ValidateLifetime from true to false to allow validation of expired tokens
  • Modified populateExp to true to ensure token expiry time is reset during refresh

Registration Process Debugging

Initial Registration Challenges:

  • JSON parsing errors when registering new users
  • Mismatched response types from the backend (sometimes array, sometimes object)

Key Actions:

  • Updated frontend form to include FirstName and LastName
  • Modified parsing logic to handle different response types
  • Manually added RefreshToken and RefreshTokenExpiryTime columns to the database using SQL ALTER TABLE commands

ydongchoi and others added 30 commits August 18, 2024 14:44
…le-add-sales-invoice

[Fix issue] Bug in accounts receivable add sales invoice #22
Changes:
_LayoutPrev.cshtml - added missing closing </b> tags

AddNewTax.cshtml - removed extra quotes at the end of the button declaration.

AddPurchaseOrder.cshtml - Added a missing closing <div> tag and also auto formatted the file.

Quotation.cshtml - removed a hanging }); near the bottom script tag and reformatting the file.
I noticed there were some small syntax errors in the account go project.
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.

5 participants