I want to build a very simple project that allows crud for entering notices to databases.
Each user is registered and can be logged in using basic auth.
I want to create apis so that we have functionality of user registration, login.
A logged user can :
Add a new notice
Edit a notice he created
Delete the one he created
Read only the ones he created
Please help me build this using spring boot
I was able to perform basic auth but I’m stuck with, how to only allow API to fetch only the data a specific user created to be accessible to that specific user
Pratham Chauhan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.