Joseph Guillaume
Joseph Guillaume
Hi Aren, I'm also using XMLRPC with Wordpress, and have updated to use testthat, but my use case doesn't use RWordpress much and I have very limited bandwidth for support....
Hi Aren, my use case involves editing wordpress pages with custom fields, so it's easier to directly construct XMLRPC requests rather than use RWordPress functions. I'd be happy for you...
At the moment, an updated etag is not provided on PUT either (and it seems other editing operations) A minimal implementation would be to do a getRepresentation straight after setRepresentation...
> The first request should have provided a refresh token that can be used after that right, which can then be used. In the browser, localStorage is considered insecure, so...
Just a short addition to say that the `config.issueRefreshToken` solution doesn't seem to be working for me after all. The token request is sent with body: `"grant_type=refresh_token&refresh_token=REFRESH_TOKEN&scope=openid+offline_access",` It gets rejected...
> That's well and good, but not including the offline_access scope in that request means that the OIDC provider does not return a new refresh token with the refreshed access...
> do they use cookies It's worth noting that node-oidc-provider already uses cookies. The user is always asked for consent if an existing session does not exist, and the session...
> I wonder how/if ESS handles this. Are refresh tokens granted there if there is no prompt, do they use cookies, or does this also not work there? I've now...
The default ttl for an access token is 60min https://github.com/solid/community-server/blob/5a01f09f814f81b50d0372d9efad710fe5fd0460/config/identity/handler/provider-factory/identity.json#L42 I have also experienced requests being rejected because the access token has expired, i.e. solid-client-authn-browser did not succeed in replacing...
Has there been any further thought/experimentation about integration with the temporal control? As a proof of concept, it seems like: * Clicking of a point in a temporal layer could...