Problemunvalidated
Is it a good idea to make a call to the authorization service for every request? — a "one-per-request" filter to the main service. Tension: to call the authorization service, check the JWT, and get user information from it. Outcome: in the future, to all other services.
b3e6e459-8279-4402-a81b-fae68caebc98
Is it a good idea to make a call to the authorization service for every request? — a "one-per-request" filter to the main service. Tension: to call the authorization service, check the JWT, and get user information from it. Outcome: in the future, to all other services.