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
Besides 'after' middleware(s), a 'before' middleware would probably also be a good idea.
I recently ran into an issue where I had to refresh a token if it was past a certain date.
I ended up wrapping all my api calls & query decorators with a check that would do the refresh, but it'd of course be much better if this could be configured globally from bees itself.
Besides 'after' middleware(s), a 'before' middleware would probably also be a good idea.
I recently ran into an issue where I had to refresh a token if it was past a certain date.
I ended up wrapping all my api calls & query decorators with a check that would do the refresh, but it'd of course be much better if this could be configured globally from bees itself.
I think it'd look something like this:
The text was updated successfully, but these errors were encountered: