- Access 토큰 만료시 Refresh 토큰으로 Access 토큰 재갱신 요청 로직 구현 중
This commit is contained in:
@@ -4,6 +4,7 @@ import { create } from 'zustand';
|
||||
interface AuthStoreProps {
|
||||
authData: AuthData | undefined;
|
||||
login: (data: AuthData) => void;
|
||||
logout: () => void;
|
||||
}
|
||||
|
||||
export const useAuthStore = create<AuthStoreProps>((set) => ({
|
||||
|
||||
Reference in New Issue
Block a user