All Questions
Tagged with api-gateway api-design
1 question
0
votes
0
answers
198
views
JWT Cookie and API Gateway
Background
I have an authentication microservice that handles the user authentication and returns 2 JWT cookies (access_token and refresh_token).
I want to incorporate an API gateway that does the JWS ...