feat: add readme

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-10-22 22:56:25 +02:00
parent b3f68c60c7
commit 102073bd0c
3 changed files with 87 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ async fn main() -> anyhow::Result<()> {
"--zitadel-client-id=237412977047895154@nefarious-test",
"--zitadel-client-secret=rWwDi8gjNOyuMFKoOjNSlhjcVZ1B25wDh6HsDL27f0g2Hb0xGbvEf0WXFY2akOlL",
"--session-backend=postgresql",
"--session-postgres-conn=postgres://como:somenotverysecurepassword@localhost:5432/como",
"--session-postgres-conn=postgres://nefarious-test:somenotverysecurepassword@localhost:5432/nafarious-test",
]);
let auth_service = AuthService::new(&cmd.auth).await?;