peweet / demo_app_pglynn_v.01

my first sample app
0 stars 0 forks source link

Fix Spring Security issues #37

Closed peweet closed 4 years ago

peweet commented 4 years ago

https://www.marcobehler.com/guides/spring-security

very important/good article read in full and attempt refactor login logic

peweet commented 4 years ago

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/

peweet commented 4 years ago

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.