I need to create an Rest API to delete an Item if current login user is the creator of that Item. The problem is SecurityConfig is configed in Auth-Service, while Users and Items info is managed in Core-Service.
I can’t use SecurityContextHolder in Core-Service but also can’t put heavy logic API in Auth-Service.
New contributor
Nguyễn Tuấn Nghĩa is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.