majcherpiotrek / robolo

0 stars 2 forks source link

Logging in and user session #18

Closed majcherpiotrek closed 7 years ago

majcherpiotrek commented 7 years ago

https://machinesaredigging.com/2013/10/29/how-does-a-web-session-work/

majcherpiotrek commented 7 years ago

https://docs.spring.io/spring-session/docs/current/reference/html5/#samples https://docs.spring.io/spring-session/docs/current/reference/html5/guides/users.html https://docs.spring.io/spring-session/docs/current/reference/html5/guides/httpsession-jdbc-boot.html

majcherpiotrek commented 7 years ago

Spring security tutorial http://websystique.com/spring-security-tutorial/

Mkyong tutorial http://www.mkyong.com/tutorials/spring-security-tutorials/

majcherpiotrek commented 7 years ago

Registration & login step by step https://www.codebyamir.com/blog/user-account-registration-with-spring-boot

majcherpiotrek commented 7 years ago

another registraion tutorial https://hellokoding.com/registration-and-login-example-with-spring-security-spring-boot-spring-data-jpa-hsql-jsp/

majcherpiotrek commented 7 years ago

https://www.codesandnotes.be/2014/10/31/restful-authentication-using-spring-security-on-spring-boot-and-jquery-as-a-web-client/