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

AC: Spring Security Helper #1995

Closed
7 tasks done
haijian-vaadin opened this issue Apr 8, 2021 · 0 comments
Closed
7 tasks done

AC: Spring Security Helper #1995

haijian-vaadin opened this issue Apr 8, 2021 · 0 comments
Labels
acceptance criteria used for the acceptance criteria checklist v20

Comments

@haijian-vaadin
Copy link
Contributor

haijian-vaadin commented Apr 8, 2021

As a developer
I want the Vaadin framework to take care of the Vaadin related Security config for me.
So that I only need to do application-specific Spring Security configs.

Acceptance criteria

  • (Subjective) When protecting the application behind a login view, There should be fewer lines of boilerplate code should be less than compared with V19.
  • If user has an existing V19 application, with the new security helper in place, then I can change the Security config class by extending from the helper class, then the Vaadin specific configuration is no longer needed.
  • The user is instructed to use the new helper class, and where to put the application-specific configurations.

General criteria

Description

Less boilerplate code for configuring Spring Security, more time to focus on the business logic, more productive.

@haijian-vaadin haijian-vaadin added acceptance criteria used for the acceptance criteria checklist v20 labels Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
acceptance criteria used for the acceptance criteria checklist v20
Projects
None yet
Development

No branches or pull requests

2 participants