Closed ZDenizYStenhaug closed 2 years ago
Member registration and login should be implemented. The information that is required from the user is:
The password should be encrypted and should not be stored in the database as the user enters it! Spring has a security dependency that can be used. Some useful resources: https://hellokoding.com/spring-security-login-logout-thymeleaf/ https://www.baeldung.com/registration-with-spring-mvc-and-spring-security https://www.javaguides.net/2018/10/user-registration-module-using-springboot-springmvc-springsecurity-hibernate5-thymeleaf-mysql.html
The functionalities are implemented. The password is saved to the database authenticated (kinda proud about that ^^ )
Member registration and login should be implemented. The information that is required from the user is:
The password should be encrypted and should not be stored in the database as the user enters it! Spring has a security dependency that can be used. Some useful resources: https://hellokoding.com/spring-security-login-logout-thymeleaf/ https://www.baeldung.com/registration-with-spring-mvc-and-spring-security https://www.javaguides.net/2018/10/user-registration-module-using-springboot-springmvc-springsecurity-hibernate5-thymeleaf-mysql.html