Skip to content

Instantly share code, notes, and snippets.

View lordsarcastic's full-sized avatar
😌
The darkness deepens, Lord with me abide

lordsarcastic lordsarcastic

😌
The darkness deepens, Lord with me abide
View GitHub Profile
import axios, { AxiosInstance, AxiosResponse, AxiosError } from 'axios'
// -----------------------------------------------------------------------------
// Constants
// -----------------------------------------------------------------------------
const TOKEN_EXPIRY = {
ACCESS_TOKEN: 1800,
REFRESH_TOKEN: 2592000,
} as const