You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I used Ocelot, after obtaining a token from my Auth API and authorizing, I didn't need to retrieve the token again while navigating or making requests to other APIs.But I needed to retrieve the token again when I refreshed the page.
However, when I tried this with YARP, I need to retrieve the token again when I switch the selected API and attempt to make a request to any endpoint through Swagger.By the way, I use a username and password when obtaining a token from my Auth API.
The text was updated successfully, but these errors were encountered:
When I used Ocelot, after obtaining a token from my Auth API and authorizing, I didn't need to retrieve the token again while navigating or making requests to other APIs.But I needed to retrieve the token again when I refreshed the page.
However, when I tried this with YARP, I need to retrieve the token again when I switch the selected API and attempt to make a request to any endpoint through Swagger.By the way, I use a username and password when obtaining a token from my Auth API.
The text was updated successfully, but these errors were encountered: