Commit Graph

34 Commits

Author SHA1 Message Date
Simon Bihel
84a7d1d7c8
Fix Clippy warning 2024-02-02 10:36:00 +00:00
Simon Bihel
d4ce5c1616
Update openidconnect-rs (#54)
And add integration test
2023-04-17 13:16:39 +01:00
Simon Bihel
d59c4db602
Enable avatar resolution (#45)
Also updates a variety of dependencies
2022-12-19 18:51:46 +00:00
Simon Bihel
bf41effadc
Fix URL comparison by not using strings
Close #36
2022-09-01 15:14:21 +01:00
Simon Bihel
d8251bdb59
Update dev setup 2022-08-19 11:37:43 +01:00
Simon Bihel
5ae46af107
Remove secure cookie for easier local testing
Still rely on samesite and httponly
2022-08-19 11:37:43 +01:00
Simon Bihel
3c61d2308f
Remove auth for client info retrieval 2022-08-19 11:37:43 +01:00
Simon Bihel
63ecdae730
Remove hardcoded chain ID (#32)
Close #31
2022-07-05 15:30:28 +01:00
Simon Bihel
b172f31d40
Translate deserialisation error as 400 (#27)
Also fixes a Clippy warning
2022-04-19 13:46:16 +01:00
Simon Bihel
4fe2d8d5fb
Fix clippy warning 2022-03-28 11:06:20 +01:00
Simon Bihel
5351d3e49d
Use underscore for KV namespace
Close #13
2022-03-08 10:18:07 +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
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
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
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
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
bbcacf4232
Cloudflare Worker version (#6)
Refactor/generalise API/DB interactions out of OIDC.
2022-01-11 10:43:06 +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
5f5f6af531
Initial commit
Co-authored-by: K <kelseydrhoda@gmail.com>
2021-12-13 16:35:10 +00:00