Closed peweet closed 4 years ago
https://www.marcobehler.com/guides/spring-security
very important/good article read in full and attempt refactor login logic
https://www.marcobehler.com/guides/spring-framework
https://docs.spring.io/spring/docs/current/spring-framework-reference/web.html#mvc-servlet
https://www.okta.com/identity-101/whats-the-difference-between-oauth-openid-connect-and-saml/
I decided to strip out the majority of the Security module. It is too heavy weight for the functionality i need. For now I will not use full authentication as defined in Spring Secuity. I will use JWT to start.
https://www.marcobehler.com/guides/spring-security
very important/good article read in full and attempt refactor login logic