dioxus/examples/openid_connect_demo
2023-12-08 08:44:04 -06:00
..
src bench 2023-10-20 13:21:27 -05:00
.gitignore Add openidconnect authentication demo (#1500) 2023-10-20 12:43:24 -05:00
Cargo.toml No publish demos 2023-12-06 16:49:05 -08:00
Dioxus.toml Add openidconnect authentication demo (#1500) 2023-10-20 12:43:24 -05:00
README.md Add openidconnect authentication demo (#1500) 2023-10-20 12:43:24 -05:00

OpenID Connect example to show how to authenticate an user

The environment variables in .cargo/config.toml must be set in order for this example to work(if this example is just being compiled from the root workspace, the .cargo/config.toml from the root workspace must be set as stated in the Cargo book).

Once they are set, you can run dx serve

Environment variables summary

DIOXUS_FRONT_ISSUER_URL The openid-connect's issuer url

DIOXUS_FRONT_CLIENT_ID The openid-connect's client id

DIOXUS_FRONT_URL The url the frontend is supposed to be running on, it could be for example http://localhost:8080