vaadin / appsec-kit

Other
1 stars 0 forks source link

Unsecure the AppSec kit view #105

Closed jcgueriaud1 closed 1 year ago

jcgueriaud1 commented 1 year ago

If a project is running with Spring security, all the Vaadin views are secured by default. So we can't access to the view.

Adding the annotation @AnonymousAllowed to the view will allow to use it.