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

Fix: session vs token issue #151

Merged
merged 2 commits into from
Aug 1, 2024
Merged

Conversation

pieterlukasse
Copy link

@pieterlukasse pieterlukasse commented Jul 31, 2024

Link to JIRA ticket if there is one: https://ctds-planx.atlassian.net/browse/VADC-1241

Bug Fixes

Comment on lines +118 to +122
// stop session to make logout of OAuth users possible
Session session = SecurityUtils.getSubject().getSession(false);
if (session != null) {
session.stop();
}
Copy link
Author

Choose a reason for hiding this comment

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

@pieterlukasse pieterlukasse merged commit 58f2f59 into 2.15.0-DEV Aug 1, 2024
4 checks passed
@pieterlukasse pieterlukasse deleted the fix/session_vs_token_issue branch August 1, 2024 07:43
@pieterlukasse pieterlukasse changed the title Fix/session vs token issue Fix: session vs token issue Aug 19, 2024
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.

2 participants