Debug complex authentication flows without the repetitive login cycle. Inject session tokens into your local app and test protected logic instantly.
OAuth flows often require multiple redirects and manual logins, making it slow to debug the 'authenticated' state of your application.
DevConsole allows you to bypass the redirect chain and inject the necessary session cookies or tokens directly into your browser context.
Create a JSON object with the session data (tokens/cookies) for your test user.
Use the DevConsole UI to apply the preset to your running application.
Navigate directly to /dashboard or /profile without seeing a login screen.
Yes, it works by simulating the state that results from those logins, so your app logic treats you as authenticated.
Yes, session presets can be saved in your repo (masking secrets) so your team can use the same test credentials.
Explore more ways to use DevConsole to speed up your development
DevConsole is free during development. Join 5,000+ developers shipping better code.
Get Started Now