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

Review csrf and jwt tokens usage #2131

Closed
Zejnilovic opened this issue Sep 19, 2022 · 1 comment · Fixed by #2142
Closed

Review csrf and jwt tokens usage #2131

Zejnilovic opened this issue Sep 19, 2022 · 1 comment · Fixed by #2142
Assignees
Labels
Menas Menas component affected priority: undecided Undecided priority to be assigned after discussion refactoring Improving code quality, paying off tech debt, aligning API, cleanup of unused code security Relates to application security

Comments

@Zejnilovic
Copy link
Contributor

Background

Moving to one big pipeline, we will have to have a proper and well-done Login mechanism.

Feature

  • Review csrf and jwt tokens usage
  • Change what is needed
@Zejnilovic Zejnilovic added refactoring Improving code quality, paying off tech debt, aligning API, cleanup of unused code Menas Menas component affected security Relates to application security priority: undecided Undecided priority to be assigned after discussion labels Sep 19, 2022
jakipatryk added a commit that referenced this issue Oct 19, 2022
miroslavpojer added a commit that referenced this issue Oct 20, 2022
- Removed CSRF token from endpoint call headers.
jakipatryk added a commit that referenced this issue Nov 8, 2022
* #2131 Remove CSRF token usage

* #2131 Remove setting JWT to cookie on frontend manually

* #2131 Review csrf and jwt tokens usage
- Removed CSRF token from endpoint call headers.

Co-authored-by: AB024LL <miroslav.pojer@absa.africa>
Co-authored-by: miroslavpojer <109138042+miroslavpojer@users.noreply.github.com>
@jakipatryk
Copy link
Collaborator

Release notes
Usage of CSRF token and manually persisting JWT in cookies on frontend side has been removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Menas Menas component affected priority: undecided Undecided priority to be assigned after discussion refactoring Improving code quality, paying off tech debt, aligning API, cleanup of unused code security Relates to application security
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants