Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 322 Bytes

File metadata and controls

9 lines (6 loc) · 322 Bytes

spring-boot-user-registration-and-Login

What we have to build?

We have build two main functionalities:

Register user (stored data into MySQL database). Login Authentication - validate user login credentials with database email and password. We will secure the Registered Users Page with role-based Spring Security.