eBay OAuth SvelteKit Demo

❌ You are not logged in to eBay

Click one of the buttons below to start the OAuth login process.

About this Demo

This is a simple demonstration of eBay OAuth integration with SvelteKit. It shows how to:

  • Generate an eBay authorization URL
  • Redirect the user to eBay for authentication
  • Handle the callback from eBay
  • Exchange the authorization code for access tokens
  • Store tokens securely in HTTP-only cookies

Debug Information

This section shows debugging information about the authentication state:

Server-side:
isLoggedIn: 
tokenInfo: 

Client-side:
clientSideIsLoggedIn: 
clientSideTokenInfo: null
clientSideRefreshTokenInfo: null