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

6.0 cherry pick #10601

Merged
merged 1 commit into from
Apr 9, 2021
Merged

6.0 cherry pick #10601

merged 1 commit into from
Apr 9, 2021

Commits on Apr 9, 2021

  1. fix: store spring csrf to bootstrap page (#10577)

    Stores spring CSRF token into meta tags into the bootstrap page, which is used for `login()` and `logout()` helpers. It has the benefit that login and logout are now Spring CSRF protected, we no longer need to ingore Spring CSRF protection for login like `http.csrf().ignoringAntMatchers("/login");`
    haijian-vaadin committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    c4bfb48 View commit details
    Browse the repository at this point in the history