Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: replaysMike/Binner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.3
Choose a base ref
...
head repository: replaysMike/Binner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.5.4
Choose a head ref
  • 2 commits
  • 9 files changed
  • 1 contributor

Commits on May 4, 2023

  1. Fixes #174 - when the jwt token expires and multiple api requests are…

    … made the UI attempts to refresh a token many times at once. Added a simple promise based solution to intercept and only request a token at a time while queuing the remaining requests until the token is refreshed.
    
    could have switched to axios.interceptors, but I would prefer to stick with the fetch based api currently in place.
    replaysMike committed May 4, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    db55c5d View commit details
  2. Copy the full SHA
    729b307 View commit details
Loading