stynan27 / BlockHeads

Primary repository for team BlockHeads inc. projects.
0 stars 0 forks source link

User Authentication/Authorization #10

Closed stynan27 closed 1 year ago

stynan27 commented 1 year ago

User Story

As a BlockHeads product owner, I want the ability to create a new user account and login so that we can host multiple user accounts with isolated Lego set lists managed per user

Acceptance Criteria

stynan27 commented 1 year ago

Will likely need a spike on how to perform user auth in Spring Boot/ReactJS.

We should also consider third party alternatives such as google API: https://developers.google.com/identity/protocols/oauth2

stynan27 commented 1 year ago

How to enable Basic Auth with Spring Boot

https://howtodoinjava.com/spring-boot2/security-rest-basic-auth-example/ Example Spring Security Configuration