Skip to content

Commit 1797cdb

Browse files
authored
Update README.md
1 parent d2812fb commit 1797cdb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vaadin/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Secures [Vaadin (Flow)](https://github.com/vaadin/platform).
77
The overall goal is to
88
* give Spring Security full access control before any requests are processed by Vaadin
99
* 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
1011
* make Vaadin's ``VaadinWebSecurity``/``VaadinSecurityConfigurer`` better customizable
1112

1213
## Requirements

0 commit comments

Comments
 (0)