AccessToken - refreshToken 관련 로직 추가
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
import axios from "axios";
|
||||
import axios from 'axios';
|
||||
|
||||
import * as HelperMethods from "../utils/helperMethods";
|
||||
import { getUrl, URLS } from "./apiConfig";
|
||||
import * as HelperMethods from '../utils/helperMethods';
|
||||
import {
|
||||
getUrl,
|
||||
URLS,
|
||||
} from './apiConfig';
|
||||
|
||||
// refresh-token 구현 필요
|
||||
let tokenRefreshing = false;
|
||||
|
||||
Reference in New Issue
Block a user