jmix-framework / jmix-ui-samples-2

Jmix UI Samples. Online at https://demo.jmix.io/ui-samples/
https://www.jmix.io
Apache License 2.0
2 stars 0 forks source link

LoginView customization samples #6

Closed KremnevDmitry closed 10 months ago

KremnevDmitry commented 10 months ago

It is required to create examples of customization of LoginView.

You can take inspiration from examples from the Vaadin documentation: https://vaadin.com/docs/latest/components/login#basic-login-componentform

In a regular application, there is a problem with accessing project resources before the user login: https://github.com/jmix-framework/jmix/issues/2149

You will need to attach code from SecurityFilterChain, previously tested in a regular application. Therefore, this information will need to be mentioned.

Also, the styles from the Vaadin documentation are not entirely applicable to the Jmix projects. You should use verticalLayout as root for styling instead of div.