Skip to content

issues Search Results · repo:Flyrell/axios-auth-refresh language:TypeScript

Filter by

119 results
 (98 ms)

119 results

inFlyrell/axios-auth-refresh (press backspace or delete to remove)

I m working on an app with a JWT-based authentication flow for back-end API requests. The general flow is working fine; upon login the user gets a long-term refresh token and short-term access token. Using ...
  • huyvu23
  • 1
  • Opened 
    on Feb 28
  • #291

import createAuthRefreshInterceptor from axios-auth-refresh ; const authToken = Buffer.from(`${aws.production!.outbrain.user}:${aws.production!.outbrain.password}`).toString( base64 ); const fetchAccessToken ...
  • tomerh2001
  • 1
  • Opened 
    on Nov 28, 2024
  • #290

I need to implement the Web Locks API or use setTimeout to attempt a solution for this issue. However, I ve noticed that the axios.get call to fetch the token isn t being triggered due to an interceptor ...
  • bishnu-dmg
  • Opened 
    on Oct 9, 2024
  • #288

I ve configured two instances of Axios, each config with its createAuthRefreshInterceptor to manage token refresh. these Axios instances interact with distinct servers, yet both servers employ the same ...
  • vijay-talviya
  • Opened 
    on Jun 14, 2024
  • #286

I m having this issue in two separate projects, Vue and React: React: On a POST retry attempt, it will fail and get 415 unsupported media type because the header for content-type is being set to plaintext; ...
  • rlsystems
  • Opened 
    on Jun 13, 2024
  • #285

I am importing createAuthRefreshInterceptor into one of my files using: import createAuthRefreshInterceptor from axios-auth-refresh ; I am using this in a npm package and calling that npm package into ...
  • Sarang-khajuria
  • 3
  • Opened 
    on May 27, 2024
  • #284

Hi every one, i have api.ts file like that const client = axios.create({ url: process.env.NEXT_PUBLIC_BASE_URL, headers: { x-api-key : process.env.NEXT_PUBLIC_DGG_API_KEY, }, }) export const ...
  • ducyb782001
  • 3
  • Opened 
    on May 9, 2024
  • #283

  • youdianfan
  • Opened 
    on Feb 20, 2024
  • #277

Is this good to go with latest Axios and React Native 0.72.1 ?
  • billnbell
  • 1
  • Opened 
    on Jun 30, 2023
  • #259

So if the Function that calls the refresh authorization fails, React-query isLoading will always be true. Here is my code: import axios from axios ; import createAuthRefreshInterceptor from axios-auth-refresh ...
  • Arsh1a
  • 2
  • Opened 
    on May 16, 2023
  • #258
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub