vscode edge devtools Code bypass autho
So I use vscode edge devtools Code with in VsCode so trying to find out away to bypass autho to I can use the tool on my main page. As you can see I am a newbie.

11 Replies
fair-rose•3y ago
If you wanna bypass authorization, you can remove
authProvider
from <Refine>
component.
or you can return true from authProvider.checkAuth
function
implicit-limeOP•3y ago
Thanks is this the only way if using this tool or you don't use this tool at all?
fair-rose•3y ago
You mean
edge devtools
?implicit-limeOP•3y ago
Yes but it inside vscode
fair-rose•3y ago
what is the problem ?
edge devtools
should not be a problem 🤔implicit-limeOP•3y ago
Ok 1) open devtool in vscode 2) cpen at front page to login. Like this picture.
implicit-limeOP•3y ago

implicit-limeOP•3y ago
3) once click to login. Pop will not open ..
I can login on my browser but not inside VsCode.
fair-rose•3y ago
i'm not familiar with
edge devtools
but it's likely that the security settings prevent devtools from opening the Google popup.
However, it's important to note that this isn't a problem specific to refine. refine behaves like any other JavaScript or React application in this regard.
I hope that someone from the community who is familiar with devtools can help in this situationimplicit-limeOP•3y ago
Yep thanks your 1st answer will work. Sorry if I keep asking about not refine but Thanks for getting back to me so quickly.
We can make this resolve now.
fair-rose•3y ago
I'm glad to hear that 🚀
I believe it's okay to ask any question but the core team may not know about issues other than refine. In such cases, I hope the community will respond 🙏