19.0.0.alpha2
Pre-release
Pre-release
·
54 commits
to master
since this release
Prerelease for Vaadin 22 on top of Flow 9.0.0.alpha6
New Features since 19.0.0.alpha1
Stateless authentication with Spring Security (#900)
User can use JWT-based authentication with the VaadinWebSecurityConfigurerAdap.setStatelessAuthentication()
methods. Note, need to add spring-security-oauth2-resource-server
and spring-security-oauth2-jose
dependencies.
Always use the security context from VaadinSession when one is available (#907)
This ensures that the security context is the expected (the one from the UI you run access() on) if you run UI.access
from a request to another VaadinSession.
To see what is included, take a look at the changes since version 19.0.0.alpha1