Commit Graph

44 Commits

Author SHA1 Message Date
Simon Bihel
2e54c4446a
Update web3modal providers (#26)
And use the official config for coinbase wallet
2022-04-01 21:13:31 +01:00
Simon Bihel
bf1b79e299
Fix walletconnet config (#24) 2022-03-29 18:20:28 +01:00
dependabot[bot]
0870d7a6cb
Bump minimist from 1.2.5 to 1.2.6 in /js/ui (#23)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-29 17:50:08 +01:00
dependabot[bot]
9acd5b7ccf
Bump node-forge from 1.2.1 to 1.3.0 in /js/ui (#22)
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/digitalbazaar/forge/releases)
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
- [Commits](https://github.com/digitalbazaar/forge/compare/v1.2.1...v1.3.0)

---
updated-dependencies:
- dependency-name: node-forge
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-28 11:15:03 +01:00
Simon Bihel
4fe2d8d5fb
Fix clippy warning 2022-03-28 11:06:20 +01:00
Ryan Li
a80f7134a1
Fix typo in readme for wrangler kv (#19) 2022-03-22 09:32:31 +00:00
Simon Bihel
01ff18e742
Update README 2022-03-08 10:18:40 +00:00
Simon Bihel
5351d3e49d
Use underscore for KV namespace
Close #13
2022-03-08 10:18:07 +00:00
Gregório Granado Magalhães
40eb888e5a
Move TOS and Privacy Policy inside modal (#15)
Also fix lock file

Co-authored-by: Simon Bihel <simon.bihel@spruceid.com>
2022-03-02 16:24:20 +00:00
Simon Bihel
aa73f363bc
Add privacy policy and terms of use 2022-02-28 09:54:25 +00:00
Simon Bihel
7e6de7fb2c
Fix typo in error message 2022-02-24 10:17:41 +00:00
Simon Bihel
66b2c51339
Rework browser sessions 2022-02-21 11:29:37 +00:00
Simon Bihel
950a493dc4
Use cryptographically secure client secrets 2022-02-19 14:45:49 +00:00
Simon Bihel
3bdd57ed56
Add client info in the frontend 2022-02-14 22:58:20 +00:00
Simon Bihel
e0241feb9a
Complete client configuration endpoints 2022-02-14 22:37:10 +00:00
Simon Bihel
27e36e2aa6
Add client metadata GET endpoint 2022-02-14 12:50:57 +00:00
Simon Bihel
c5addaa072
Bump worker v0.0.9 2022-02-14 10:00:50 +00:00
Simon Bihel
0f110d70b4
Add basic demo SPA to display claims 2022-02-11 13:54:20 +00:00
Simon Bihel
15763cd0bb
Add CORS support for the Worker 2022-02-11 12:30:10 +00:00
Simon Bihel
79ffb360fe
Fix message domain check 2022-02-08 12:27:06 +00:00
Simon Bihel
bf48c61007
Update worker-rs 2022-02-08 10:53:28 +00:00
Simon Bihel
9d42c5a99b
Add placeholder for avatar 2022-02-08 10:36:38 +00:00
Simon Bihel
4bce398253
Update siwe-rs 2022-02-08 10:36:26 +00:00
Simon Bihel
a9414d5e21
Change sign-in message 2022-02-08 10:21:11 +00:00
Simon Bihel
0f7adfb5ab
Use caip address for the subject ID 2022-02-07 11:48:14 +00:00
Simon Bihel
2519f85fd7
Trim scopes 2022-02-07 11:14:16 +00:00
wyc
9355598888
Fix wrangler_example.toml name (#12) 2022-01-27 16:56:04 +00:00
Ryan Swart
2227842675
Remove old img dir from Dockerfile (#11) 2022-01-27 09:46:54 +00:00
Simon Bihel
0f99d19561
Add logo images for external users (e.g. auth0) 2022-01-26 20:22:40 +00:00
Simon Bihel
74dfe54711
Fix oidc_nonce handling frontend 2022-01-26 20:22:26 +00:00
Simon Bihel
b34027b096
Add ENS domain information 2022-01-25 16:29:02 +00:00
Simon Bihel
452bd2d9fb
Forbid URIs with fragments 2022-01-19 22:28:38 +00:00
Simon Bihel
5c0b748373
JWT support for userinfo 2022-01-19 17:07:55 +00:00
Simon Bihel
bd3d2e8a1e
Only support RS256 for now 2022-01-19 13:39:27 +00:00
Simon Bihel
0a8e7332fc
Add expires_in for token response 2022-01-19 12:50:40 +00:00
Simon Bihel
d3d3f0163c
Add auth_time 2022-01-19 12:40:48 +00:00
Simon Bihel
4390605586
Fix img location 2022-01-19 10:51:47 +00:00
Simon Bihel
f807571bdf
Add maturity disclaimer 2022-01-11 17:25:03 +00:00
Simon Bihel
bbcacf4232
Cloudflare Worker version (#6)
Refactor/generalise API/DB interactions out of OIDC.
2022-01-11 10:43:06 +00:00
Simon Bihel
9d725552e0
Add CI (#5) 2021-12-20 16:48:29 +00:00
Simon Bihel
c37577f218
Address some issues from the core conformance suite (#4)
Also address Clippy warnings
2021-12-20 16:29:43 +00:00
Simon Bihel
0287a60296
Improve UI (#3)
Co-authored-by: Gregório Granado Magalhães <greg.magalhaes@gmail.com>
2021-12-17 15:02:07 +00:00
Simon Bihel
004ca9e764
Add README (#1) 2021-12-15 15:13:26 +00:00
Simon Bihel
5f5f6af531
Initial commit
Co-authored-by: K <kelseydrhoda@gmail.com>
2021-12-13 16:35:10 +00:00