summaryrefslogtreecommitdiff
path: root/src/scm/webid-oidc/client.scm
AgeCommit message (Expand)Author
2021-10-21Use the endpoint APIVivien Kraus
2021-10-19server: add client endpointsVivien Kraus
2021-10-12client: allow non-GET methodsVivien Kraus
2021-10-12client: fix authorizations header to allow for no argumentsVivien Kraus
2021-10-04Client: set the Accept-Language headerVivien Kraus
2021-10-04client: extend the client manifest for the client serviceVivien Kraus
2021-10-01client: rename client-key-pair and client-redirect-uri by dropping 'client-'Vivien Kraus
2021-10-01Define an XML-loadable meta-classVivien Kraus
2021-09-22Use anonymous-http-request from (webid-oidc parameters) everywhereVivien Kraus
2021-09-21OIDC configuration: use GOOPS and document itVivien Kraus
2021-09-21JWS: use GOOPSVivien Kraus
2021-09-21JWK: the default signature algorithm "alg" is now a key parameterVivien Kraus
2021-09-15Client API: add a pretty printerVivien Kraus
2021-09-14Restructure the client APIVivien Kraus
2021-09-13Client: use http-request instead of http-get and http-postVivien Kraus
2021-09-13Don’t save an account if it does not have a subjectVivien Kraus
2021-08-13Switch to a more sensible error reporting systemVivien Kraus
2021-08-13Make a better client APIVivien Kraus
2021-08-01Use guile parametersVivien Kraus
2021-08-01Change the name!Vivien Kraus
2021-07-29The client manifest spec changed: now it’s a plain OIDC registration token.Vivien Kraus
2021-07-22DPoP proof: support the "ath" claimVivien Kraus
2021-07-02Switch to AGPLVivien Kraus
2021-07-02Merge the client service with the webid-oidc programVivien Kraus
2021-06-19Add a server for an applicationVivien Kraus
2021-06-19Negociate a token (client)Vivien Kraus