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
It would be great to be able to chain two requests in order for the first one to obtain a JWT token that can be used in the second request, in an Authorization header in my case.
Or in a more generic way: to have the possibility to store the data we get from a request, and use it in the next request.
That would open a lot of use cases I think. But I have no idea of the complexity!
The text was updated successfully, but these errors were encountered:
Hi!
It would be great to be able to chain two requests in order for the first one to obtain a JWT token that can be used in the second request, in an Authorization header in my case.
Or in a more generic way: to have the possibility to store the data we get from a request, and use it in the next request.
That would open a lot of use cases I think. But I have no idea of the complexity!
The text was updated successfully, but these errors were encountered: