solid-server 5.8.8-8d509db1 → 5.8.8-90b76b88
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/auth-buttons.mjs +20 -20
- package/common/js/index-buttons.mjs +31 -30
- package/common/js/solid.mjs +11 -11
- package/config/defaults.mjs +1 -1
- package/config/templates/server/index.html +1 -1
- package/coverage/tmp/coverage-2252-1767784854167-0.json +1 -0
- package/coverage/tmp/{coverage-2255-1766613179053-0.json → coverage-2253-1767784832543-0.json} +1 -1
- package/default-templates/server/index.html +1 -1
- package/eslint.config.mjs +102 -0
- package/index.mjs +8 -8
- package/lib/acl-checker.mjs +1 -3
- package/lib/handlers/copy.mjs +0 -2
- package/lib/handlers/cors-proxy.mjs +2 -4
- package/lib/handlers/get.mjs +12 -8
- package/lib/handlers/index.mjs +0 -2
- package/lib/handlers/options.mjs +0 -2
- package/lib/ldp.mjs +0 -3
- package/lib/models/account-manager.mjs +2 -2
- package/lib/models/oidc-manager.mjs +0 -1
- package/lib/resource-mapper.mjs +1 -3
- package/lib/utils.mjs +0 -2
- package/lib/webid/lib/get.mjs +0 -1
- package/lib/webid/tls/index.mjs +0 -1
- package/package.json +39 -38
- package/solid-server-5.8.8.tgz +0 -0
- package/test/index.mjs +0 -1
- package/test/integration/account-manager-test.mjs +2 -3
- package/test/integration/account-template-test.mjs +0 -1
- package/test/integration/acl-oidc-test.mjs +0 -1
- package/test/integration/authentication-oidc-test.mjs +13 -8
- package/test/integration/authentication-oidc-with-strict-origins-turned-off-test.mjs +14 -9
- package/test/integration/capability-discovery-test.mjs +0 -1
- package/test/integration/oidc-manager-test.mjs +95 -2
- package/test/integration/params-test.mjs +5 -5
- package/test/integration/patch-test.mjs +29 -12
- package/test/integration/quota-test.mjs +0 -1
- package/test/integration/www-account-creation-oidc-test.mjs +0 -1
- package/test/resources/accounts/db/oidc/op/clients/{_key_30860bb5cf6ba07e80ed7b2e7178c7ad.json → _key_c1c49f6ff9e9631cf4c7018f962d2aae.json} +1 -1
- package/test/resources/accounts/db/oidc/op/provider.json +345 -1
- package/test/resources/accounts/db/oidc/rp/clients/_key_https%3A%2F%2Flocalhost%3A3457.json +1 -1
- package/test/resources/accounts-acl/db/oidc/op/provider.json +345 -1
- package/test/resources/accounts-scenario/alice/db/oidc/op/clients/{_key_e46bcfe080c59f5cbb53a559d6a272cb.json → _key_d6a7a43b910d2811992779cde33d0364.json} +1 -1
- package/test/resources/accounts-scenario/alice/db/oidc/op/provider.json +658 -89
- 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_e7fd102ec26a3dcd5916751e01a62315.json → _key_c8d992732b9a955b6ac77873670a7d9a.json} +1 -1
- package/test/resources/accounts-scenario/bob/db/oidc/op/provider.json +658 -89
- 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_0eec962830f849876695b69df76a3137.json → _key_4ec13ac7015e279a4449ceafe4fa19c0.json} +1 -1
- package/test/resources/accounts-scenario/charlie/db/oidc/op/provider.json +345 -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_7d536a1f8c6eb86f41261e171a8af79a.json → _key_26bcccb6d8af789f934ec3628e5c4b8b.json} +1 -1
- package/test/resources/accounts-strict-origin-off/alice/db/oidc/op/provider.json +345 -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_0ed30b9e076814c6f6445582302487c2.json → _key_bc54c25bdca9feab602988743c29af98.json} +1 -1
- package/test/resources/accounts-strict-origin-off/bob/db/oidc/op/provider.json +345 -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/account-template-test.mjs +0 -1
- package/test/unit/add-cert-request-test.mjs +0 -1
- package/test/unit/email-service-test.mjs +0 -1
- package/test/unit/email-welcome-test.mjs +1 -2
- package/test/unit/esm-imports.test.mjs +0 -1
- package/test/unit/oidc-manager-test.mjs +0 -1
- package/test/unit/solid-host-test.mjs +0 -1
- package/test/unit/user-account-test.mjs +0 -1
- package/test/unit/utils-test.mjs +1 -3
- package/test/utils/index.mjs +0 -1
- package/test/utils.mjs +3 -4
- package/test/validate-turtle.mjs +0 -1
- 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-2254-1766613200322-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"],"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"],"token_endpoint_auth_methods_supported":["client_secret_basic"],"token_endpoint_auth_signing_alg_values_supported":["RS256"],"display_values_supported":[],"claim_types_supported":["normal"],"claims_supported":[],"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":"0N0wGEYybxM","kty":"RSA","alg":"RS256","key_ops":["verify"],"ext":true,"n":"1jq5B1p0KpYzl15uZIvAXVWD21p85zVAqwJV8eewPjumvqYaCqCbNSOIQfSR-50sUskfvwiSfEpd7cCldDxFzIAn0mMvmD6qMUK3gHdCqVidbRTpBMSPnTzlK6ynpxHQTIkc_SaSn1BEcBXKW2VWMgT36ybCORISIT78LmSqBEcDKdJ17VG9NHk1kxYLn8mNCNgKVA9pGvqsU30sYMQmOTpAgSfeSFpSlHMVxRGvvJvG55EKTsfkAqyY2YyKsDfYt4u75uUd-5lyZHwEzxprsjAfmuiA3h5CBNVHB3HWmYKgQuxJMIi33IJfzn58aWow-boGkGN4o8yeI_nPewcZhw","e":"AQAB"},{"kid":"oogeRXIK0Gw","kty":"RSA","alg":"RS384","key_ops":["verify"],"ext":true,"n":"sUmOEbs140G0s8wZ6VbeG0xi-2kUbuBvCNJXH3q_UFD2b57R4QRUCmmixMTu1JS-y4DY1iFI_64rLryzBP1tFFZTftSjMLrhr6LT6oj9s3PeeghuMgEH35PIbmpTZ094QtMoYnPp-BLNV7sTeE-Qy4wcwTigRKv1kdqZMnhAU4l9kTZGrV-r-gC8zDCPrfdo2aCxbynRGdVNtOgW5yr1S9dJDBpYc-LNZqKdb6du_f5vMqni_PoMcB0vJ_TQGd6w1IvVI6cf90UCW9WPhDSb7gPA3iBMoI_rlp1jCDcfD4-q4r1G6U7PuJfAPqMHIiZw7Epu-0UtUczRSSiE8-7YvQ","e":"AQAB"},{"kid":"sNM-OSWYRR4","kty":"RSA","alg":"RS512","key_ops":["verify"],"ext":true,"n":"wpI34RtHh2zqxRWByaeVXCzr-5m84-na95KEVXeZgL7jvC5dytKZ7mJpKa9wgF5ehWNdqs-Nh_iyO6svzMyMNX2yG4a2S7-T_b8XROAASBrAErQN2f1NYwj5OSfnHW3WqBf-AvJjL8dvgvipbYC0Dd_30h2fsKez-pBw1aIuVOEJE-7hQw4i3yURj53-ewH_8x29gMtqbo6KhoS7PtHD0gFwfLdlCbRnnDIA538vsTVgKJO1ecNdNeERkF33PUeeLSHGyMAW_S9UnH_xW4Opb2EUU-Em-3U6Vtm0SkdPNu-YrysJt0qS3GQDRTYgPRYR9KZF6NSXzg3nelTHQzCG8Q","e":"AQAB"},{"kid":"YoBvCSMSGnk","alg":"ES256","kty":"EC","crv":"P-256","key_ops":["verify"],"ext":true,"x":"zrl7v4cf1AzAjyDgvop4j27UISm4TQVynC24DaqCN7s","y":"MHVX1zJfErJsJbzf8kz9KCDv3fhDyqwkUeWVhshFKIw"},{"kid":"pe8obLeCWTE","alg":"ES384","kty":"EC","crv":"P-384","key_ops":["verify"],"ext":true,"x":"zVNHKrwDtKdTqKHGlLpDN6OoM0qJcQaIUGp2Z9RCd_VPIhHWQHioFetX3sc_zOPl","y":"SHYlSIpmOoiYK4YgUXB8UKZZ6l5QqY59RUd9Y7m9CttCZxsPvr4DKP6hR4rLQ_wY"},{"kid":"yGTa3tjcxjo","alg":"ES512","kty":"EC","crv":"P-521","key_ops":["verify"],"ext":true,"x":"AGFpzvWfQNBu7kIpgm-HIO2MpAjNDYA6_z-kiJHh7hdGEC52K9HeDUMcRPSudj92IDPZgVbQyW4j8jg2kgh6j58L","y":"AW74Gl5FuVg_sfQ9s1jtp3Rh0nFh2Nbc-UTiUn1jEFxfwcPkIUiYt8IsNkhwd0NkE__thBwm_q4GUFr307udnhyd"},{"kid":"PjpcHXXlbUU","kty":"RSA","alg":"RS256","key_ops":["verify"],"ext":true,"n":"r_JE8TpX4XCAf3_hokGesEye9KxXPe5LuQPdaPZwH07WTrd6QQq2RozhrcmaEkZx6ojlAwW5ddnOOjg4h0ji9QPhAsYNU8_QcpZbtbYj8p4oJam7SNMXCSS5LYJKpoDWbLrT6GefUCCoweWgCEskRrzvEPMWJI2QBpHjQwI0DpInuGS_MdZxbs4hWN8FDeIAVkIxZaXifIgch9AjbH_RSF2nh5mYKH1So-KukQR7b0vLWtudnwdcQtAQsIaMGI_NY9gaE8VBLjHmTW52nlvcY6vYP4FzNVbHbTwYFn4Ecn7a40EczgyUvZNQU_CPmo3y9H2TNHisK7ccBVEfDW2fOw","e":"AQAB"},{"kid":"4A2oIkXjs2s","kty":"RSA","alg":"RS384","key_ops":["verify"],"ext":true,"n":"3sn9GcdaehMXD1cf6-GMoKU0SW6wkNmq_8bjb2XJl-zQGCex6DPv56B21izNCxLGbEqpsiTuCIXpPjs6__2v9CJ330Eqn-GNIBiUJZN0ZpQqbXCgnzg4WRXFhFw9mNFcpOPFWlpuNqQq4yXJUyaJK-Kir4GcjvduQHI2IVksi9CyBuhew-8SGXImUfa0GdAYLETyAPkzSaI4kXHjLKWflcRC_mxn9CG2chVFbexzIZn__Hs5vZsstqaLelLGty3tidUusPrQDB334CnAqXpxnyqCdVfqyN_8riy0KfB7ed2Tp9G05ANGB5MbezCqlY9nkq_74OYVim0VmyuAPd1D3Q","e":"AQAB"},{"kid":"vTBLa0jt5MI","kty":"RSA","alg":"RS512","key_ops":["verify"],"ext":true,"n":"yy09cN1vPvymUPgQfSQi9uWrPSEADDJ2cIVAlfB8Yz3x8753bHR6AVoMhTd0As44oAzACIaY5Cc1nEiFkH3LnQMZXGEd-QKc6RLdWS8Cxy9iXfpK6dhprNZvzddBRHoxyUU4t024lvKdBsi56oxAn_lABt8BB0z67DLyW06zIVoGUC-dMRdkb50zR4gadCixLsbDOEQ4p-CPhfylBcdOCxiyvXJXFMSHhhsVp2JyCvanV_WPIAlY62YdehQPFb8Et08z8mE1Z8ZvVoGnQ-yZsPpvw0wxmiTcgBI9mXM1LNNV37EblXtmu61yaFoFVOJHCnS2Kn4T_uaKyA6xvtgV2Q","e":"AQAB"},{"kid":"MlQ2pWmzkEU","alg":"ES256","kty":"EC","crv":"P-256","key_ops":["verify"],"ext":true,"x":"x-SyVz6qbL_1b5SfaOTwsiuHCj4yJyRf7MUhi4Batyo","y":"_5-mMDweAEdzY_VfYVdk3dNTdQjts_4dH7V3CJPUr2I"},{"kid":"Vras7a5HGyQ","kty":"RSA","alg":"RS256","key_ops":["verify"],"ext":true,"n":"4_hOLaWlJuEe3W_NmaRRzpEA5rUyRiZgjPtr9KmQjkURjSkwOLX6kA2VAZbluMhpGsENZD41SriZDG8OBDfg2OsK9DAh2lpTGN4I_bgf-hxZk9ahfKfUXClZONhdsRVpQPW-Q1aXo6F2IJvdQ50bLi0yKPApelSCUDmrurNX0BEqJePKFajkF7fXZh4gmcBjTW5i77OSVrYw-RpBc0SSTXLVJxrEZuRNnUDkJyWWhjyI0IW5FmD67t_PqTYGMsEdqV36Lp94hkfUXTQiaRuCuon4kxGgI0X-mUqvSLPWtr4OgACcAS2HV4IHXUYcXjEj5WbRaXwb5-L5gpsXpsDshw","e":"AQAB"},{"kid":"CLZUvfh0wFs","alg":"ES256","kty":"EC","crv":"P-256","key_ops":["verify"],"ext":true,"x":"ylJtJfOkeM0dk6bSXnciTxXA3H6uW9ALWlj_O8-CowQ","y":"j0glfrCl2stbIH0SGfWw6BXUA7kPjl3FcSRlNni3zWk"}]}},"defaults":{},"registration":{"redirect_uris":["https://localhost:7000/api/oidc/rp/https%3A%2F%2Flocalhost%3A7000"],"client_id":"d6a7a43b910d2811992779cde33d0364","client_secret":"a4fd99b8b884bf4a9d40bf95f21f4fcd","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.eyJpc3MiOiJodHRwczovL2xvY2FsaG9zdDo3MDAwIiwiYXVkIjoiZDZhN2E0M2I5MTBkMjgxMTk5Mjc3OWNkZTMzZDAzNjQiLCJzdWIiOiJkNmE3YTQzYjkxMGQyODExOTkyNzc5Y2RlMzNkMDM2NCJ9.gMy31PxEpEBhDvnZK3EpblF_GRC3IqaWHKcQ1oYzzx9jJvrgfRm9uj_EdlWtB6YH8akDv9jfL0hgBxS2LipeOZoJ5EVojVjbnCrB8Rca3l2hkfLTao4i6Bo6xnRAzdlySc4CTSA6xTRXLnp21ovRfwmy81jXAAQQOT1R8GnprfIL-IJie2DWnRnraFnttmU__U5uNLDhWlaKIMjVILYsOCUEeGnvgw0IsZKNNen5eok9tpG4MLfHMfRulwlWQeyfqJQZ3LvrRv_pgXJP_k8MiQtrcoEJ6RM5vph3NRyaOwdWNgDs0TWTP9jZQmfag21RKKEdiUW_yG3GGJ6zZYRhmg","registration_client_uri":"https://localhost:7000/register/d6a7a43b910d2811992779cde33d0364","client_id_issued_at":1767784836,"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":"c8d992732b9a955b6ac77873670a7d9a","client_secret":"ba1403bb2321c6cf645e8de8fdd2b0dd","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"]}
|