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
Copy file name to clipboardexpand all lines: packages/utils/CHANGELOG.md
+9-1
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,20 @@
1
1
# @baseapp-frontend/utils
2
2
3
+
## 2.0.0
4
+
5
+
### Major Changes
6
+
7
+
- The axios instance will try to refresh the access token on the request interceptor if the JWT token flow is used, enabling the flow to be used with file uploads.
8
+
- The getToken function is async now, handle accordingly.
9
+
- The refreshAccessToken function was moved to its own file and it won't try to make the request again on a 401 error.
10
+
- Some 'use client' directives were added to allow imports on server-side components.
11
+
3
12
## 1.4.4
4
13
5
14
### Patch Changes
6
15
7
16
- Make `OptionalActions` types inside `withController` more flexible.
0 commit comments