Skip to content

Commit

Permalink
Update with partial oauth
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Nov 25, 2024
1 parent 0f63a53 commit e89890e
Show file tree
Hide file tree
Showing 14 changed files with 427 additions and 75 deletions.
8 changes: 4 additions & 4 deletions engine/.env.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DATABASE_URL=postgres://postgres:postgres@localhost:5432/postgres
KEYCLOAK_OPENID_URL=http://localhost:8080/realms/inbox-page/protocol/openid-connect/auth?client_id=inbox-page&redirect_uri=http://localhost:5173&response_type=code&scope=openid
KEYCLOAK_REDIRECT_URI=http://localhost:5173/login/callback
KEYCLOAK_CLIENT_ID=inbox-page
KEYCLOAK_CLIENT_SECRET=inbox-client-secret
OPENID_URL=http://localhost:8080/realms/inbox-page/protocol/openid-connect/auth?client_id=inbox-page&redirect_uri=http://localhost:5173&response_type=code&scope=openid
OPENID_REDIRECT_URI=http://localhost:5173/login/callback
OPENID_CLIENT_ID=inbox-page
OPENID_CLIENT_SECRET=inbox-client-secret
Loading

0 comments on commit e89890e

Please sign in to comment.