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

STAC-17136. Fix problem with sessionId #50

Merged
merged 1 commit into from Aug 4, 2022
Merged

Conversation

CMGRocha
Copy link
Contributor

@CMGRocha CMGRocha commented Aug 3, 2022

STAC-17136

Change description

Fix problem sessionId was not always validated if it was in the store. Swap the order of when the CSRF cookie was added in login callback to guarantee a valid sessionId is returned during login process.

Description here

Type of change

  • Bug fix (fixes an issue)
  • New feature (adds functionality)

Related issues

Fix #1

Checklists

Development

  • Lint rules pass locally
  • Application changes have been tested thoroughly
  • Automated tests covering modified code pass

Security

  • Security impact of change has been considered
  • Code follows company security practices and guidelines

Code review

  • Pull request has a descriptive title and context useful to a reviewer. Screenshots or screencasts are attached as necessary
  • "Ready for review" label attached and reviewers assigned
  • Changes have been reviewed by at least one other contributor
  • Pull request linked to task tracker where applicable

…in the store. Swap the order of when the CSRF cookie was added in login callback to gurantee a valid sessionId is returned during login process.
@hierynomus
Copy link
Contributor

Approved (from my holiday ;))

@CMGRocha CMGRocha merged commit cf6e50e into master Aug 4, 2022
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

3 participants