mirror of
https://codeberg.org/pfzetto/axum-oidc
synced 2025-12-08 22:25:16 +01:00
parent
fa5faed004
commit
65cb175603
4 changed files with 5 additions and 10 deletions
|
|
@ -31,9 +31,8 @@ async fn first() {
|
|||
|
||||
info!("starting basic example app");
|
||||
|
||||
let app_url = "http://127.0.0.1:8080/";
|
||||
let app_url = "http://localhost:8080/";
|
||||
let app_handle = tokio::spawn(basic::run(
|
||||
app_url.to_string(),
|
||||
format!("{}/realms/test", keycloak.url()),
|
||||
basic_client.client_id.to_string(),
|
||||
basic_client.client_secret.clone(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue