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

Jwt imrovement part1 #726

Merged
merged 10 commits into from
Apr 16, 2024
Merged

Conversation

hardikmashru
Copy link
Collaborator

🔹 Jira Ticket(s) if any

✏️ Description

Please provide a brief description of what this pull request does.

@hardikmashru hardikmashru merged commit 2d718ee into feature/JWTRetryEnhancement Apr 16, 2024
0 of 6 checks passed
Copy link
Member

@Ayyanchira Ayyanchira left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. A small nit pick added

@@ -345,6 +345,7 @@ private void logoutPreviousUser() {
getInAppManager().reset();
getEmbeddedManager().reset();
getAuthManager().clearRefreshTimer();
getAuthManager().setIsLastAuthTokenValid(false);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These two authManager tasks can go under - one function called - reset. This will also look more cleaner and in line with above two method calls.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Ayyanchira thanks for the suggestion. It is added.

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.

None yet

2 participants