Skip to content

Conversation

@platosha
Copy link

Fixes #807

@platosha platosha added the fusion Changes required for fusion label Sep 14, 2021
@CLAassistant
Copy link

CLAassistant commented Sep 14, 2021

CLA assistant check
All committers have signed the CLA.

@platosha platosha force-pushed the ap/feat/stateless-auth branch 2 times, most recently from 845e2c4 to e7e4346 Compare September 21, 2021 08:20
Copy link

@haijian-vaadin haijian-vaadin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The JwtSecurityUtils could also be removed?

@platosha platosha force-pushed the ap/feat/stateless-auth branch 2 times, most recently from e18468a to b07491f Compare September 27, 2021 16:39
@platosha platosha force-pushed the ap/feat/stateless-auth branch from b07491f to 78fe1be Compare September 28, 2021 13:33
@platosha platosha marked this pull request as ready for review September 30, 2021 09:21
@vaadin-bot
Copy link
Collaborator

This ticket/PR has been released with platform 22.0.0.alpha5 and is also targeting the upcoming stable 22.0.0 version.

manolo pushed a commit to vaadin/flow that referenced this pull request Feb 8, 2022
vaadin/spring#900

* feat(fusion): add stateless option to VaadinWebSecurityConfigurerAdapter

Fixes: vaadin/spring#807

* chore: remove unused private field

* refactor: reimplement stateless security with JwtSecurityContextRepository and security configurer

* Fix SecurityIT with JWT

* Fix loading the JWT user in IT

* Add ITs for JWT cookies

* Fix SpringClassesSerializableTest

* Add SerializedJwtSplitCookieRepositoryTest

* Test delegateRequestCache in VaadinDefaultRequestCache

* Fix logout button check in SecurityIT

* Revert accidentally removed test

* Make stateless Spring Security dependencies optional

* Add license headers

* Make cookie names private

* Make setDelegateRequestCache package-private for now

* Make VaadinStatelessSecurityConfigurer package-private for now

* Rename stateless security config entrypoint method

* Revert change in SuccessHandler

* add oauth2-jose dep to fusion security test

* Fix analysis findings

Co-authored-by: haijian <haijian@vaadin.com>
manolo pushed a commit to vaadin/flow that referenced this pull request Feb 8, 2022
vaadin/spring#900

* feat(fusion): add stateless option to VaadinWebSecurityConfigurerAdapter

Fixes: vaadin/spring#807

* chore: remove unused private field

* refactor: reimplement stateless security with JwtSecurityContextRepository and security configurer

* Fix SecurityIT with JWT

* Fix loading the JWT user in IT

* Add ITs for JWT cookies

* Fix SpringClassesSerializableTest

* Add SerializedJwtSplitCookieRepositoryTest

* Test delegateRequestCache in VaadinDefaultRequestCache

* Fix logout button check in SecurityIT

* Revert accidentally removed test

* Make stateless Spring Security dependencies optional

* Add license headers

* Make cookie names private

* Make setDelegateRequestCache package-private for now

* Make VaadinStatelessSecurityConfigurer package-private for now

* Rename stateless security config entrypoint method

* Revert change in SuccessHandler

* add oauth2-jose dep to fusion security test

* Fix analysis findings

Co-authored-by: haijian <haijian@vaadin.com>
platosha added a commit to vaadin/hilla that referenced this pull request May 24, 2022
vaadin/spring#900

* feat(fusion): add stateless option to VaadinWebSecurityConfigurerAdapter

Fixes: vaadin/spring#807

* chore: remove unused private field

* refactor: reimplement stateless security with JwtSecurityContextRepository and security configurer

* Fix SecurityIT with JWT

* Fix loading the JWT user in IT

* Add ITs for JWT cookies

* Fix SpringClassesSerializableTest

* Add SerializedJwtSplitCookieRepositoryTest

* Test delegateRequestCache in VaadinDefaultRequestCache

* Fix logout button check in SecurityIT

* Revert accidentally removed test

* Make stateless Spring Security dependencies optional

* Add license headers

* Make cookie names private

* Make setDelegateRequestCache package-private for now

* Make VaadinStatelessSecurityConfigurer package-private for now

* Rename stateless security config entrypoint method

* Revert change in SuccessHandler

* add oauth2-jose dep to fusion security test

* Fix analysis findings

Co-authored-by: haijian <haijian@vaadin.com>
platosha added a commit to vaadin/hilla that referenced this pull request May 31, 2022
vaadin/spring#900

* feat(fusion): add stateless option to VaadinWebSecurityConfigurerAdapter

Fixes: vaadin/spring#807

* chore: remove unused private field

* refactor: reimplement stateless security with JwtSecurityContextRepository and security configurer

* Fix SecurityIT with JWT

* Fix loading the JWT user in IT

* Add ITs for JWT cookies

* Fix SpringClassesSerializableTest

* Add SerializedJwtSplitCookieRepositoryTest

* Test delegateRequestCache in VaadinDefaultRequestCache

* Fix logout button check in SecurityIT

* Revert accidentally removed test

* Make stateless Spring Security dependencies optional

* Add license headers

* Make cookie names private

* Make setDelegateRequestCache package-private for now

* Make VaadinStatelessSecurityConfigurer package-private for now

* Rename stateless security config entrypoint method

* Revert change in SuccessHandler

* add oauth2-jose dep to fusion security test

* Fix analysis findings

Co-authored-by: haijian <haijian@vaadin.com>
vercel-talented added a commit to vercel-talented/hilla-react that referenced this pull request May 4, 2024
vaadin/spring#900

* feat(fusion): add stateless option to VaadinWebSecurityConfigurerAdapter

Fixes: vaadin/spring#807

* chore: remove unused private field

* refactor: reimplement stateless security with JwtSecurityContextRepository and security configurer

* Fix SecurityIT with JWT

* Fix loading the JWT user in IT

* Add ITs for JWT cookies

* Fix SpringClassesSerializableTest

* Add SerializedJwtSplitCookieRepositoryTest

* Test delegateRequestCache in VaadinDefaultRequestCache

* Fix logout button check in SecurityIT

* Revert accidentally removed test

* Make stateless Spring Security dependencies optional

* Add license headers

* Make cookie names private

* Make setDelegateRequestCache package-private for now

* Make VaadinStatelessSecurityConfigurer package-private for now

* Rename stateless security config entrypoint method

* Revert change in SuccessHandler

* add oauth2-jose dep to fusion security test

* Fix analysis findings

Co-authored-by: haijian <haijian@vaadin.com>
byte-dev-hubs added a commit to byte-dev-hubs/hila-java that referenced this pull request May 12, 2024
vaadin/spring#900

* feat(fusion): add stateless option to VaadinWebSecurityConfigurerAdapter

Fixes: vaadin/spring#807

* chore: remove unused private field

* refactor: reimplement stateless security with JwtSecurityContextRepository and security configurer

* Fix SecurityIT with JWT

* Fix loading the JWT user in IT

* Add ITs for JWT cookies

* Fix SpringClassesSerializableTest

* Add SerializedJwtSplitCookieRepositoryTest

* Test delegateRequestCache in VaadinDefaultRequestCache

* Fix logout button check in SecurityIT

* Revert accidentally removed test

* Make stateless Spring Security dependencies optional

* Add license headers

* Make cookie names private

* Make setDelegateRequestCache package-private for now

* Make VaadinStatelessSecurityConfigurer package-private for now

* Rename stateless security config entrypoint method

* Revert change in SuccessHandler

* add oauth2-jose dep to fusion security test

* Fix analysis findings

Co-authored-by: haijian <haijian@vaadin.com>
AceDev24 pushed a commit to AceDev24/hiliaGround that referenced this pull request Sep 3, 2024
vaadin/spring#900

* feat(fusion): add stateless option to VaadinWebSecurityConfigurerAdapter

Fixes: vaadin/spring#807

* chore: remove unused private field

* refactor: reimplement stateless security with JwtSecurityContextRepository and security configurer

* Fix SecurityIT with JWT

* Fix loading the JWT user in IT

* Add ITs for JWT cookies

* Fix SpringClassesSerializableTest

* Add SerializedJwtSplitCookieRepositoryTest

* Test delegateRequestCache in VaadinDefaultRequestCache

* Fix logout button check in SecurityIT

* Revert accidentally removed test

* Make stateless Spring Security dependencies optional

* Add license headers

* Make cookie names private

* Make setDelegateRequestCache package-private for now

* Make VaadinStatelessSecurityConfigurer package-private for now

* Rename stateless security config entrypoint method

* Revert change in SuccessHandler

* add oauth2-jose dep to fusion security test

* Fix analysis findings

Co-authored-by: haijian <haijian@vaadin.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add stateless authentication option to VaadinWebSecurityConfigurerAdapter

6 participants