Add basic demo SPA to display claims
This commit is contained in:
19
example/demo/wrangler_example.toml
Normal file
19
example/demo/wrangler_example.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
name = "siwe-oidc-demo"
|
||||
type = "webpack"
|
||||
account_id = ""
|
||||
|
||||
workers_dev = false
|
||||
|
||||
zone_id = ""
|
||||
routes = ["demo-oidc.login.xyz/*"]
|
||||
|
||||
compatibility_date = "2022-02-10"
|
||||
|
||||
[build]
|
||||
command = "cargo install -q trunk && trunk build"
|
||||
|
||||
[build.upload]
|
||||
format = "service-worker"
|
||||
|
||||
[site]
|
||||
bucket = "./dist"
|
||||
Reference in New Issue
Block a user