solid-server 5.8.8-a4d2fc6d → 5.8.8-aa5971f5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/common/js/index-buttons.mjs +3 -2
- package/config/templates/server/index.html +1 -1
- package/coverage/tmp/coverage-2253-1767788604477-0.json +1 -0
- package/coverage/tmp/{coverage-2271-1767346114541-0.json → coverage-2254-1767788582829-0.json} +1 -1
- package/default-templates/server/index.html +1 -1
- package/eslint.config.mjs +2 -2
- package/lib/acl-checker.mjs +1 -2
- package/lib/handlers/cors-proxy.mjs +2 -2
- package/lib/handlers/get.mjs +10 -6
- package/lib/ldp.mjs +0 -1
- package/lib/models/account-manager.mjs +2 -2
- package/lib/webid/lib/get.mjs +0 -1
- package/package.json +20 -21
- package/solid-server-5.8.8.tgz +0 -0
- package/test/index.mjs +0 -1
- package/test/integration/account-manager-test.mjs +2 -2
- package/test/integration/acl-oidc-test.mjs +0 -1
- package/test/integration/authentication-oidc-test.mjs +12 -7
- package/test/integration/authentication-oidc-with-strict-origins-turned-off-test.mjs +14 -9
- package/test/integration/params-test.mjs +5 -5
- package/test/resources/accounts/db/oidc/op/clients/{_key_e989e9f58cf29869c56a68ceb4256b69.json → _key_d76c5ec075d1b3e130a93bf247b05f54.json} +1 -1
- package/test/resources/accounts/db/oidc/rp/clients/_key_https%3A%2F%2Flocalhost%3A3457.json +1 -1
- package/test/resources/accounts-scenario/alice/db/oidc/op/clients/{_key_a31de046443144df66179553447ffed2.json → _key_3c318e68342b7462e295cee3a612cd2a.json} +1 -1
- package/test/resources/accounts-scenario/alice/db/oidc/op/provider.json +538 -313
- package/test/resources/accounts-scenario/alice/db/oidc/rp/clients/_key_https%3A%2F%2Flocalhost%3A7000.json +1 -1
- package/test/resources/accounts-scenario/bob/db/oidc/op/clients/{_key_cf92a9f132c1973db4163b653050ac5f.json → _key_95382781901361455f193f2b09fb9f46.json} +1 -1
- package/test/resources/accounts-scenario/bob/db/oidc/op/provider.json +538 -313
- package/test/resources/accounts-scenario/bob/db/oidc/rp/clients/_key_https%3A%2F%2Flocalhost%3A7001.json +1 -1
- package/test/resources/accounts-scenario/charlie/db/oidc/op/clients/{_key_25fe3c0bf640a75aecd0ccb1c2951eb1.json → _key_10c632398f20554089610cc169f07ef0.json} +1 -1
- package/test/resources/accounts-scenario/charlie/db/oidc/rp/clients/_key_https%3A%2F%2Flocalhost%3A5002.json +1 -1
- package/test/resources/accounts-strict-origin-off/alice/db/oidc/op/clients/{_key_1a5ed3aa47de01ee7438f2537e1b5331.json → _key_d3f579e3e56ee4b3cc35ec8c0022368d.json} +1 -1
- package/test/resources/accounts-strict-origin-off/alice/db/oidc/rp/clients/_key_https%3A%2F%2Flocalhost%3A7010.json +1 -1
- package/test/resources/accounts-strict-origin-off/bob/db/oidc/op/clients/{_key_30b67c31ec6753bde889bbb157e879c5.json → _key_801a614f474ed46925df9e107dc94862.json} +1 -1
- package/test/resources/accounts-strict-origin-off/bob/db/oidc/rp/clients/_key_https%3A%2F%2Flocalhost%3A7011.json +1 -1
- package/test/resources/config/templates/server/index.html +1 -1
- package/test/unit/account-manager-test.mjs +2 -2
- package/test/unit/email-welcome-test.mjs +1 -1
- package/test/unit/utils-test.mjs +1 -3
- package/test/utils/index.mjs +0 -1
- package/test/utils.mjs +3 -4
- package/common/js/auth-buttons.js +0 -67
- package/common/js/index-buttons.js +0 -44
- package/config/defaults.js +0 -25
- package/config/templates/emails/delete-account.js +0 -49
- package/config/templates/emails/invalid-username.js +0 -30
- package/config/templates/emails/reset-password.js +0 -49
- package/config/templates/emails/welcome.js +0 -39
- package/coverage/tmp/coverage-2270-1767346136095-0.json +0 -1
- package/default-templates/emails/delete-account.js +0 -49
- package/default-templates/emails/invalid-username.js +0 -30
- package/default-templates/emails/reset-password.js +0 -49
- package/default-templates/emails/welcome.js +0 -39
|
@@ -1 +1 @@
|
|
|
1
|
-
{"provider":{"url":"https://localhost:7000","configuration":{"issuer":"https://localhost:7000","jwks_uri":"https://localhost:7000/jwks","scopes_supported":["openid","offline_access","webid"],"response_types_supported":["code","code token","code id_token","id_token code","id_token","id_token token","code id_token token","none"],"token_types_supported":["legacyPop","dpop"],"response_modes_supported":["query","fragment"],"grant_types_supported":["authorization_code","implicit","refresh_token","client_credentials"],"subject_types_supported":["public"],"id_token_signing_alg_values_supported":["RS256","ES256"],"token_endpoint_auth_methods_supported":["client_secret_basic"],"token_endpoint_auth_signing_alg_values_supported":["RS256","ES256"],"display_values_supported":[],"claim_types_supported":["normal"],"claims_supported":["sub","iss","aud","exp","iat","webid"],"claims_parameter_supported":false,"request_parameter_supported":true,"request_uri_parameter_supported":false,"require_request_uri_registration":false,"check_session_iframe":"https://localhost:7000/session","end_session_endpoint":"https://localhost:7000/logout","authorization_endpoint":"https://localhost:7000/authorize","token_endpoint":"https://localhost:7000/token","userinfo_endpoint":"https://localhost:7000/userinfo","registration_endpoint":"https://localhost:7000/register"},"jwks":{"keys":[{"kid":"
|
|
1
|
+
{"provider":{"url":"https://localhost:7000","configuration":{"issuer":"https://localhost:7000","jwks_uri":"https://localhost:7000/jwks","scopes_supported":["openid","offline_access","webid"],"response_types_supported":["code","code token","code id_token","id_token code","id_token","id_token token","code id_token token","none"],"token_types_supported":["legacyPop","dpop"],"response_modes_supported":["query","fragment"],"grant_types_supported":["authorization_code","implicit","refresh_token","client_credentials"],"subject_types_supported":["public"],"id_token_signing_alg_values_supported":["RS256","ES256"],"token_endpoint_auth_methods_supported":["client_secret_basic"],"token_endpoint_auth_signing_alg_values_supported":["RS256","ES256"],"display_values_supported":[],"claim_types_supported":["normal"],"claims_supported":["sub","iss","aud","exp","iat","webid"],"claims_parameter_supported":false,"request_parameter_supported":true,"request_uri_parameter_supported":false,"require_request_uri_registration":false,"check_session_iframe":"https://localhost:7000/session","end_session_endpoint":"https://localhost:7000/logout","authorization_endpoint":"https://localhost:7000/authorize","token_endpoint":"https://localhost:7000/token","userinfo_endpoint":"https://localhost:7000/userinfo","registration_endpoint":"https://localhost:7000/register"},"jwks":{"keys":[{"kid":"ZvFwN12Vfnw","kty":"RSA","alg":"RS256","key_ops":["verify"],"ext":true,"n":"kvDYPOg-15BnA0XegZlH4UBjAue9tke5rl6G3ZAhBAlF93eE789JrGGP5dTs-x_nCbt0G1b1M2wqH5_O7Juc_5QqIZO2YEIPKP4W7gW0oKaz6TMIfssYxZjen4YVQfwztl3uXrHfNwZgFat7fXreaIV-xliLCJhIspm9uXG02aYRn6aimbo05TPAWA2vNlxrf3wneCVUP8gabcLbbmhAKKDtUkx_leRkTya1YWA5B-xGgmcKJrK-Z6wGvLND0s__rQhOTYQwrwNJ3t6HgLU6IGDK-MeyTmGcvZ5eGgLesFIOiEQhZ7mTz_bKaytWOV9Wt7iQWMa8S4C6hLg5FWl6jQ","e":"AQAB"},{"kid":"HP0f6hatKOQ","kty":"RSA","alg":"RS384","key_ops":["verify"],"ext":true,"n":"mSEWopemvN6U9h_W1Yd-IXwJq1pcyCsxj5FwVo84L08bo6mVYSALunOpkns577weFMnhUIpfn497puFktYtZg5htILeZ2T_TvO0BhxHpWEztqCUbtE-C7Qtf4PtsAJZHrIw0Y231I7NjPx8lXH97ccBxOEUm3lFzUb8X3pq6OiucxIOL4Di9yGyTaXRdQptvdbyEHypUavhFhFBblcfZqrBmSzUHTvVKnTXv2V-heJZL6LxuHD9r3ymeHNZd7gpA21XyF26QWQCmI0mBmsxhlUHb68VjzMFt6Sg9JUL0A7bLwKKyIzdh6zjCGops0yTvwfK2L1uiCfI0TVVbSYsKwQ","e":"AQAB"},{"kid":"bIyvfVWj7OU","kty":"RSA","alg":"RS512","key_ops":["verify"],"ext":true,"n":"vaE7cxdAQnnJPXCg0L7KfD4xAYkGpCcGwHYomtXefxTFywnc1o9mO__2QslamqSPYpRQwvavgSk3Pknmi-Cib4AOUhFe6ck6FstoLJ3lou2hwmwrhtG0WSh-MH11jLQVBdDmGxGcYvB3NnZn5-mYTyUNt7P1wrQYChsxiYLtYJEBnYnA3K6d9t3tOxCpTreWHRen-Ytq9JwfRiTe4SDiQ35G64Wh8EKq5YR_UbhUzGwR2Bll5V3ybtn6MReRRVP9xzCMv77WSRkCjB5fxYMgxg9qyPcluFv-zwUV1zg46AtM9gtuxM93yziYzkd5SIDVlto7y9_CClrPQ6aTcbhvBw","e":"AQAB"},{"kid":"_uUkOO5PZzk","alg":"ES256","kty":"EC","crv":"P-256","key_ops":["verify"],"ext":true,"x":"jaVSa8GD9DdhYRy_1A1AQskkvFY0bppYIMUk9xQx6dc","y":"R026cGhUGgNzTmLbxmxHb5fB7WumlgllO4mKR2pWrL8"},{"kid":"a6Uq97LXzh0","alg":"ES384","kty":"EC","crv":"P-384","key_ops":["verify"],"ext":true,"x":"MgX4MgZeHIUKtScovd2b0qzKyPVWyUssdzd4wjdCPobiisAJTO-wXahQjiWTsI7e","y":"cwn4XMClifGwhpLH3KY4fiaJFayN0SZUg0PtxyhUPtx5F7DAbzeQ7hwcuNRyjmD4"},{"kid":"IN3vJH_Hgws","alg":"ES512","kty":"EC","crv":"P-521","key_ops":["verify"],"ext":true,"x":"AUDBKG3oLc4fvgSXlDyFkLNs8NA6MhplQfg5-K70q6yqh-FyR_KOiqlvNmX-ZqGNSS_jbM98KJ4VkgtDMKkf5vdv","y":"AXahltYjkT17nH5mlbhRczzrjS0cmtBMN136YGwqJD6GH9xMUIFaYO8M7hXV1QM7xfXgVIlyws2cegx_D1NXpS3o"},{"kid":"CMboIUku8qw","kty":"RSA","alg":"RS256","key_ops":["verify"],"ext":true,"n":"mdW9ldoGBsHmli8lH2GiAsn-IbfdlfnxYDDOhlNNPyxQ-Ijxb9cyrFtu2bgtjKL0ZaNTeD66rwxorAYhtPXFSsnupgIE5zJiTflyslgkY7bpAGEIdOSqq8bR_D7onCQ1kgNgkN_q1KjLqE7-j2CWxl3_Pe6jgUYWOpgl9K5mXYWdxfimAgt80SpkSZOiPB9OIxzq69qfKY-y9S6UhXGXs7-07QQA9ffEv-fc4UtF35doHHrDGIb7urAnxy_8Fc_rTRZCk3D1VYFqZ1o-x9hzsxSTVAxj2dQ1OnzUUE5EBa-21SpUbL9BC12HWlc0F8CNGZ54QZkSUVKdb_hHh2Az2w","e":"AQAB"},{"kid":"fq_nihoymH0","kty":"RSA","alg":"RS384","key_ops":["verify"],"ext":true,"n":"z_azN9-fOvF5-RwAlSKBgODBAtlLumIQHcA74mTcLGCYqauM6xUMOBg5ft6JomYm2toM5JGY2vQpxwHgCDhDVazXwfbbO8jAOdDg-2Z9h26F-fJJujsNWotaQZ8w4AlawlgFT8nqjtdpwyzK1sAl0qsRI6CPYjjWF9RRQaHlDt29LDSIlPEqfF2d2jNtzoeWp_Ggr46KEtapeVannHaPH8LQvlhKGl3dXXsvDhXHLr3Oo5iWaaydbagEV62mzeOwFHGE-0FKXU8DrsZgKe_EZsfT8jcZ5YQwMBNylAOcLCXfJ65LkszinvaoLJ_Bsu6geeIMpATK12GUp1-v2aQqFw","e":"AQAB"},{"kid":"amkkW6ktnl8","kty":"RSA","alg":"RS512","key_ops":["verify"],"ext":true,"n":"vqlbUPlOd030opSwGIb0k_MJQ1Z4RlvFNMhcOG146I4S14w2JpGC9crjRi3k-GXT9lxtOGmSHf6rGZ8UIm0dFveVS93O1gwWPprFI-bMYphh8eA2wp0qUshUPU1eyDQSQGO813r7aQbW-hEfvQBXwBEjBR6nEvvQN-fuhmWJJMghiXgKkfK259I3zwOv2do4r_o30NJCkhEzuZdhQlijHW1IHFrBbfm2U2svW-gaaYYhW1rmVMk0X2f9U8UjTlMxQigfJb-ZO5oz8CuhfUSUwWkXUp0fe3XemJ9N9Qv5EQCozDOSoelv3ZObBXKAIbXXEzkvyLnTqZSVIy8punIPxQ","e":"AQAB"},{"kid":"dnCbyhmW__U","alg":"ES256","kty":"EC","crv":"P-256","key_ops":["verify"],"ext":true,"x":"_UGGIIIEYZQwG8bwdJP0TdlD0wvVvlrlkJJpnbiS1n8","y":"inrqqrtfxOflIroszQnAfaqHbAFXv-D5DmO1vciez2E"},{"kid":"QpZPofJT6G4","kty":"RSA","alg":"RS256","key_ops":["verify"],"ext":true,"n":"8j1qMKo6FRGFNHEY8wSU-PkYCb9J_Ac9oO1jBxHDtLYZwojaCnqxHQjJ_HAPEC0rrn8v8PszwFSPZjYR6jAMAzq9XMCqjSyj9tnP4jGvZNbDZMButpv1wZqtjU82FGhlVZnYjvWzkHEkpz8PF81jb_JC3aHhYdVR_Q9_ABQMiSA4CnK7uYaZp4nPYsG5Vkd0TN6eg77wtJa-PdcNWsEUUmsVq_stBs5AEjBxbWHTk89c8TG6YmtAj0BvK5m4s_HOOaG7O4eYp5qklFsy_Eu5m_GaYy7lK8YJVNckr4s4hfYagwdCoVMlYV-nVFBFiAWwqzBTWWODkf_6CI7SO97JlQ","e":"AQAB"},{"kid":"-yBqVBeAg7w","alg":"ES256","kty":"EC","crv":"P-256","key_ops":["verify"],"ext":true,"x":"i_iAEZSR_zT9YgAWVX6ACMPzsGDUxtqksVsXzcT5bB0","y":"8qjh6x7B5uKB1piz2qeSqO41H4ud8NpKmdfQBKEk9P0"}]}},"defaults":{},"registration":{"redirect_uris":["https://localhost:7000/api/oidc/rp/https%3A%2F%2Flocalhost%3A7000"],"client_id":"3c318e68342b7462e295cee3a612cd2a","client_secret":"1799a891bc2fedd28d9931bab421fa73","response_types":["code","id_token token","code id_token token"],"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"application_type":"web","client_name":"Solid OIDC RP for https://localhost:7000","id_token_signed_response_alg":"RS256","token_endpoint_auth_method":"client_secret_basic","default_max_age":86400,"post_logout_redirect_uris":["https://localhost:7000/goodbye"],"registration_access_token":"eyJhbGciOiJSUzI1NiJ9.eyJpc3MiOiJodHRwczovL2xvY2FsaG9zdDo3MDAwIiwiYXVkIjoiM2MzMThlNjgzNDJiNzQ2MmUyOTVjZWUzYTYxMmNkMmEiLCJzdWIiOiIzYzMxOGU2ODM0MmI3NDYyZTI5NWNlZTNhNjEyY2QyYSJ9.elpL67glSftaf-fBv-5atxwWnW_2zl634gC5jIQwtizl2yH-t6gaW-eEuNntr8lEEXa9-E-IM2rl3saxYvHmQhvuAYHaTaYCxe-putJTlH2BBrwpRhUi4z2CIi_tleMm_HVMhK6OdIZYVRQTD-Z7NVS5vRRkAQ3N3KeWxBJGitdA3-bKoln8MPJAfuHaAicX_TT70-_gcLhSV9TksabsSLqZmRGzi27jSyA1DjBjCvYJoZFSkSfCkKZfb3ZhmM64MLRewPF-L8TaQsEUCsb8PyGHzFOWovoHVQ8LpSw5DWivgV0e2P7yYQ0lO3iCZqMCy1kwNZZva1HoTuqZzdjDSw","registration_client_uri":"https://localhost:7000/register/3c318e68342b7462e295cee3a612cd2a","client_id_issued_at":1767788586,"client_secret_expires_at":0},"store":{}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"redirect_uris":["https://localhost:7001/api/oidc/rp/https%3A%2F%2Flocalhost%3A7001"],"client_id":"
|
|
1
|
+
{"redirect_uris":["https://localhost:7001/api/oidc/rp/https%3A%2F%2Flocalhost%3A7001"],"client_id":"95382781901361455f193f2b09fb9f46","client_secret":"854bc3862cde64f7627990a286a60c9e","response_types":["code","id_token token","code id_token token"],"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"application_type":"web","client_name":"Solid OIDC RP for https://localhost:7001","id_token_signed_response_alg":"RS256","token_endpoint_auth_method":"client_secret_basic","default_max_age":86400,"post_logout_redirect_uris":["https://localhost:7001/goodbye"]}
|