I have a problem about creating a user in auth service through api gateway or not.
When I make a request from auth service to "/authenticate/signup"
, I got the error message named "Full authentication is required to access this resource"
.
When I make a request to the same url "/authenticate/signup"
through api gateway, I got a message named "Could not send request"
.
How can I fix the issue.
Where is the problem in auth service and api gateway?
I implemented this process through jwt token and refresh token.
Here is the project link : Link