I'm trying to embed a repl into my website and allow users to change around the code and run it themselves.
However, every time I try to edit the code in a separate browser session (where the REPL is embedded into my website as an iframe), this dialog pops up... prompting the user to sign in to repl.it.
It kind of defeats the entire purpose of embedding the repl in my site...
Is there any way I can allow users to edit the REPL without having to sign in to repl.it?
You can't really, to edit someone else's code you have to fork it or they have to allow you to edit it. Replit needs you to be signed in so it can check if you own the code or not.
How can I embed a repl in my website and allow the user to edit it without the sign in popup?
Hey Guys,
I'm trying to embed a repl into my website and allow users to change around the code and run it themselves.
However, every time I try to edit the code in a separate browser session (where the REPL is embedded into my website as an iframe), this dialog pops up... prompting the user to sign in to repl.it.
It kind of defeats the entire purpose of embedding the repl in my site...
Is there any way I can allow users to edit the REPL without having to sign in to repl.it?
Thanks!
You can't really, to edit someone else's code you have to fork it or they have to allow you to edit it. Replit needs you to be signed in so it can check if you own the code or not.