Thank you so much for your help. I thus run Pluto in this way
julia> Pluto.run(Pluto.Configuration.Options(;server=server_options, security=security_options))
Go to http://localhost:1235/ in your browser to start writing ~ have fun!
Press Ctrl+C in this terminal to stop Pluto
However, the webpage still shows Token authentication is enabled, and keeps telling “invalid credentials” when I typed in something.
This is not a direct answer, but if you don’t need the security token, you can do using Pluto; Pluto.run(;require_secret_for_open_links=false, require_secret_for_access=false)
Thank you for your answer, but I’ve tried this and the browser still told me token authentication is enabled… Spent the whole afternoon on this and it’s driven me a bit mad…