|
před 11 měsíci | |
---|---|---|
.. | ||
.cargo | před 1 rokem | |
src | před 1 rokem | |
.gitignore | před 1 rokem | |
Cargo.lock | před 1 rokem | |
Cargo.toml | před 1 rokem | |
Dioxus.toml | před 11 měsíci | |
README.md | před 1 rokem |
The environment variables in .cargo/config.toml
must be set in order for this example to work.
Once they are set, you can run dx serve --platform web
or dx serve --platform desktop
.
DIOXUS_FRONT_ISSUER_URL
: The openid-connect's issuer urlDIOXUS_FRONT_CLIENT_ID
: The openid-connect's client idDIOXUS_FRONT_CLIENT_SECRET
: The openid-connect's client secretDIOXUS_FRONT_URL
: The url the frontend is supposed to be running on, it could be for example http://localhost:8080