zg009
zg009
I've read the discussion at the specification you linked, and it looks like it is still in the works. However, I can create a branch of NSS as it is...
Hey, I should probably leave this to @NSeydoux but I think I see your problem here. You are using the AuthorizationCodeWithPkceOidcHandler class which implements AuthorizationCodeWithPkceOidcHandlerBase from core and requires a...
You would need to handle the SOLID-OIDC authentication flow, which prompts the user in a browser tab to allow the application (your Obsidian plugin) to perform operations against the resource...
Is there any chance you could use the static client credentials flow by registering credentials at inrupt then providing them somewhere in the plugin environment or as a configuration file?
Hello Joachim, What was the exact end goal of this issue? I might not be able to jump on it right now due to research projects taking priority, but I...
Is this as simple as just updating the type to extend a File and making sure the name property of the BunFile is non-nullable? I'm new so I'm unsure of...
Hello, If there is any chance for me to help with this, I'd be happy to put some time into making some changes.
Hello, I was looking and I think this is a matter of checking the representation metadata in the getRepresentation function. I think also there would need to be a new...
I think I have the method correct, though I am struggling to figure out *how* I determine in the DataAccessorBasedStore if a "read" type request was sent - I am...
Okay. So if it is in "getRepresentation", then "read" is always true, and in the validator that will always trigger the 304 error?