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

Update API methods and controller methods to use Spring Security #16

Closed stevenbui44 closed 4 months ago

stevenbui44 commented 4 months ago

Many of the methods that we use after adding Spring Security still need to check for authentication and current user. We should add these.