ADWrobo / custom-recipe-sharing-platform

The final group project for SEIS739
0 stars 0 forks source link

BACK-END SETUP: User sign-on and authentication #10

Open ADWrobo opened 4 months ago

ADWrobo commented 4 months ago

We need to identify how we want to handle user sign-on and authentication, and then implement it in the project. This is just for setup.

ADWrobo commented 4 months ago

https://www.geeksforgeeks.org/authentication-and-authorization-in-spring-boot-3-0-with-spring-security/ - Tutorial on setting up simple authentication and authorization using Spring Security.

ADWrobo commented 4 months ago

Dependencies have been added to pom.xml - WIP on implementing a usable sign-up/sign-on functionality.