How to create user authentication on Vaadin?

I created a simple login view to Vaadin (using the Eclipse IDE), and I created a database on Phpmyadmin. Now, how do you go about verifying your username and password? Does anyone have any source code examples? Thank you very much!

+4
source share

All Articles