stevenbui44 / flashcode

This application allows users to create and study flashcards tailored to LeetCode problems' questions, solutions, approaches, and time/space complexities.
0 stars 0 forks source link

Merging security into development #23

Closed stevenbui44 closed 4 months ago

stevenbui44 commented 4 months ago

Added Spring Security functionality, including logging in, making a new account, deleting your account, and making sure that regular assortment functionality is not broken. Logging in checks for a valid username and password too. The username shows up in the header on every page too.