veloren/client/examples/chat-cli
Marcel Märtens a98e72c391 Auth requests are now done async, the register system is fetching it, via a PendingLogin component
The auth server no longer allows the protocol to be specified. we enforce `https` for the auth server, so DO NOT provide a auth url with `https://` but without.
correct is now `auth.veloren.net`
incorrect is: `https://auth.veloren.net`
2021-03-11 17:05:02 +01:00
..
main.rs Auth requests are now done async, the register system is fetching it, via a PendingLogin component 2021-03-11 17:05:02 +01:00