UNPKG

react-cookie-auth

Version:

Authentication library with HTTP-only cookies and Page Visibility API for handling sleep/wake cycles

4 lines (3 loc) 243 B
export { default as authReducer, setUser, selectUser, isAuthenticated } from './authSlice'; export { createAuthApi } from './authApi'; export type { AuthApi, UseLoginMutation, UseRefreshTokenMutation, UseLogoutMutation, } from './authApi';