@@ -40,6 +40,7 @@ async fn main() -> anyhow::Result<()> {
|
||||
"--zitadel-client-secret=rWwDi8gjNOyuMFKoOjNSlhjcVZ1B25wDh6HsDL27f0g2Hb0xGbvEf0WXFY2akOlL",
|
||||
"--session-backend=postgresql",
|
||||
"--session-postgres-conn=postgres://nefarious-test:somenotverysecurepassword@localhost:5432/nafarious-test",
|
||||
"--login-return-url=http://localhost:3001/authed"
|
||||
]);
|
||||
|
||||
let auth_service = AuthService::new(&cmd.auth).await?;
|
||||
|
Reference in New Issue
Block a user