We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f3f431 commit e57e6e5Copy full SHA for e57e6e5
vaadin/README.md
@@ -5,8 +5,8 @@ Secures [Vaadin (Flow)](https://github.com/vaadin/platform).
5
## Improvements
6
7
The overall goal is to
8
-* give Spring Security full access control before any requests get's to Vaadin
9
-* only create Vaadin Sessions when really needed as these are rather heavy (Vaadin stores the state of the UI in these)
+* give Spring Security full access control before any requests are processed by Vaadin
+* only create Vaadin Sessions when they are really needed - as these are rather heavy (Vaadin stores the state of the UI in these)
10
* make Vaadin's ``VaadinWebSecurity`` better customizable
11
12
## Requirements
0 commit comments