Skip to content

19.0.0.alpha2

Pre-release
Pre-release
Compare
Choose a tag to compare
@haijian-vaadin haijian-vaadin released this 30 Sep 17:53
· 54 commits to master since this release
a5c1748

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