Use Case Guide

Debug OAuth Flows

Debug complex authentication flows without the repetitive login cycle. Inject session tokens into your local app and test protected logic instantly.

The Problem

OAuth flows often require multiple redirects and manual logins, making it slow to debug the 'authenticated' state of your application.

The DevConsole Solution

DevConsole allows you to bypass the redirect chain and inject the necessary session cookies or tokens directly into your browser context.

Step-by-Step Implementation

Define a User Preset

Create a JSON object with the session data (tokens/cookies) for your test user.

Select 'Inject Session'

Use the DevConsole UI to apply the preset to your running application.

Test Protected Routes

Navigate directly to /dashboard or /profile without seeing a login screen.

Related Questions

Does it work with Google/GitHub login?

Yes, it works by simulating the state that results from those logins, so your app logic treats you as authenticated.

Can I share these sessions?

Yes, session presets can be saved in your repo (masking secrets) so your team can use the same test credentials.

Start Debugging Smarter

DevConsole is free during development. Join 5,000+ developers shipping better code.

Get Started Now