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