Open ZackHiggins opened 5 years ago
This is probably what we need to do: https://spring.io/guides/gs/securing-web/
I kinda started on that yesterday, but I got stuck toward the end. Probably because I don't have any experience with anything I was working on
Sounds good. I got to basic Spring Boot app working, so we can try and integrate authentication together at some point.
Figure out which authentication solution is going to be best for our project.
Settled on HTTP basic authentication.
Time: Full day. Had to learn basics of Java and how web authentication works.
Test: We have chosen HTTP Basic.
Commits: See linked PR below.