Skip to content

Commit

Permalink
Merge pull request #43 from go-bazzinga/9-add-login-page
Browse files Browse the repository at this point in the history
adding auth_cookie_domain config
  • Loading branch information
rosarp-gobazzinga authored Jan 29, 2024
2 parents 3c67457 + cc5b484 commit fdb56d1
Show file tree
Hide file tree
Showing 8 changed files with 318 additions and 417 deletions.
6 changes: 3 additions & 3 deletions AuthConfig.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# auth_ic_url = "https://ic0.app"
auth_ic_url = "http://127.0.0.1:4943"
auth_ic_url = "https://ic0.app"
auth_sign_key = ""
auth_cookie_domain = "hot-or-not-web-leptos-ssr.fly.dev"

# cloudflare_configs
cloudflare_account_identifier = ""
cloudflare_api_token = ""
cloudflare_namespace_identifier = ""

# oauth_configs
google_auth_landing_url = "http://localhost:3000/google_oauth2_response"
google_auth_landing_url = "https://hot-or-not-auth.fly.dev/google_oauth2_response"
google_client_id = ""
google_client_secret = ""
Loading

0 comments on commit fdb56d1

Please sign in to comment.