Get token information for debugging purposes
Optional
The base URL for the API (defaults to localhost:3000)
Token information object
const info = getTokenInfo();console.log('Has token:', info.hasToken);console.log('Expires at:', info.expiresAt); Copy
const info = getTokenInfo();console.log('Has token:', info.hasToken);console.log('Expires at:', info.expiresAt);
Get token information for debugging purposes