I am looking for a better approach to authorizing user users. without hitting the user service while hitting the Slider service.
Problem:- I have 2 services right now
- Users service (where I am getting the auth token and user write and read permission )
- Slider service (this will return the data according to the user's permission )
Which is the better way to check the user role without hitting the user's services again and again.