Does Yaak have an authorize in browser option for OAuth 2.0?

Feature RequestImprovementQuestion
Similar to Postman and Insomnia, I was wondering if Yaak has an option for a premade redirect URI essentially.
For Postman, if you select Authorize in Browser, it auto fills with https://oauth.pstmn.io/v1/callback which makes it super easy to test things.
Mac
https://yaak.app/changelog/2026.2.0
It’s now possible to do this in the beta, if your environment requires auth to be done in an external browser!
https://github.com/mountain-loop/yaak/releases/tag/v2026.2.0-beta.5
In Yaak, you can use whatever redirect URI you want and it will intercept it to obtain the token. Yaak spawns it’s own webview window to do this.