This website requires JavaScript.
Explore
Help
Register
Sign In
ilia
/
auth-remote-react
Watch
1
Star
0
Fork
0
You've already forked auth-remote-react
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
db42c874890fa0626c4e52a261e07071fa57d8c3
auth-remote-react
/
src
/
shared
/
api
/
calls
/
refresh
/
index.ts
3 lines
83 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat(auth): add refresh api call call
2026-03-17 14:15:32 +03:00
export
{
refresh
}
from
"./refresh"
;
fix(auth): fix circular import problem by changing the way the authHttpClient gets accessToken; replace individual calls mocks with the common ones
2026-03-18 09:10:17 +03:00
export
{
refreshMock
}
from
"./refresh.mock"
;
Reference in New Issue
Copy Permalink