summaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Collapse)Author
2021-08-01Use guile parametersVivien Kraus
With parameters, the API does not need to care about the directory where to load files and how to get the time.
2021-08-01Load the encrypted password from a fileVivien Kraus
This is more secure, because you can restrict the password file to be only readable by the service user.
2021-08-01Change the name!Vivien Kraus
2021-07-29The package should know its release date to generate a doap descriptionVivien Kraus
2021-07-29The server supports XML catalogs.Vivien Kraus
This will be used to set up an integration test suite with HTTPS, without needing to provide certificates, because the test harness will have an XML catalog mapping HTTPS targets to local HTTP mockups.
2021-07-29Rework --help outputVivien Kraus
2021-07-27Support for json-ldVivien Kraus
2021-07-22DPoP proof: support the "ath" claimVivien Kraus
2021-07-08Start client requests in a new POSIX thread.Vivien Kraus
2021-07-06Fix the semantic of dpop signature time errorsVivien Kraus
2021-07-06Also log exceptionsVivien Kraus
2021-07-06Handle request-failed-unexpectedly errorVivien Kraus
2021-07-06caching web client in main program: handle cases where the response is emptyVivien Kraus
2021-07-06Log the authenticated user tooVivien Kraus
2021-07-03Do not accept the password in clear, use an encrypted passwordVivien Kraus
2021-07-02Fix precondition check with GETVivien Kraus
2021-07-02Log requests and responses to STDOUT if the response is OK, STDERR otherwiseVivien Kraus
2021-07-02Also log the remote peer IP addressVivien Kraus
2021-07-02Re-open the log file for each request0.5.1Vivien Kraus
The rottlog service seems to need this behavior.
2021-07-02Log request paths, methods, and response codesVivien Kraus
2021-07-02Set up content negociationVivien Kraus
To add support for new conversion strategies, edit serve.scm and fetch.scm.
2021-07-02Switch to AGPLVivien Kraus
2021-07-02Add a full server.Vivien Kraus
2021-07-02Merge the client service with the webid-oidc programVivien Kraus
2021-07-02Merge the identity provider program with webid-oidcVivien Kraus
2021-07-02Make a unique program with all commandsVivien Kraus
2021-06-27fixup! Implement the POST method for the serverVivien Kraus
2021-06-27Check client conditional requestVivien Kraus
2021-06-19Implement the GET, HEAD, OPTIONS methods for the server0.4.16Vivien Kraus
2021-06-19Implement the POST method for the serverVivien Kraus
2021-06-19Implement WACVivien Kraus
2021-06-19Add an API to update server resource pathsVivien Kraus
2021-06-19Add a demonstration programVivien Kraus
2021-06-19Add a server for an applicationVivien Kraus
2021-06-19Negociate a token (client)Vivien Kraus
2021-06-19Implement a reverse proxyVivien Kraus
2021-06-19Create a hello world serverVivien Kraus
2021-06-19Implement the resource server verification codeVivien Kraus
2021-06-19Implement Solid oidc provider confirmationVivien Kraus
2021-06-19Create a guix service for the identity provider.Vivien Kraus
2021-06-19Run the identity provider as a scriptVivien Kraus
2021-06-19Implement an identity providerVivien Kraus
2021-06-19Implement the token endpointVivien Kraus
2021-06-19Define the web pages for the authorization endpointVivien Kraus
2021-06-19Parse and issue OIDC ID tokensVivien Kraus
2021-06-19Add the refresh token codeVivien Kraus
2021-06-19Add an authorization code data structureVivien Kraus
2021-06-19Fetch a client manifest on the webVivien Kraus
2021-06-19Add a function to fetch linked data.Vivien Kraus
2021-06-19Implement the DPoP proofVivien Kraus