qiandrew / AudioNote

Apache License 2.0
0 stars 0 forks source link

Research optimal authentication system #13

Open ZackHiggins opened 5 years ago

ZackHiggins commented 5 years ago

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.

matthewmoss commented 5 years ago

This is probably what we need to do: https://spring.io/guides/gs/securing-web/

anthien30 commented 5 years ago

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

matthewmoss commented 5 years ago

Sounds good. I got to basic Spring Boot app working, so we can try and integrate authentication together at some point.