summaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Collapse)Author
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
2021-06-19Define the access token APIVivien Kraus
2021-06-19Get an openid configuration on the webVivien Kraus
2021-06-19Get a JWKS on the webVivien Kraus
2021-06-19Implement JWS encoding and decodingVivien Kraus
2021-06-19Add a signature and verification function for JWSVivien Kraus
2021-06-19Provide a higher-level API for JWKs and JWKSsVivien Kraus
2021-06-19Add a function to hash a public key for DPoP.Vivien Kraus
2021-06-19Add a hash functionVivien Kraus
2021-06-19Add a strip functionVivien Kraus
2021-06-19Export a JSON API that is compatible with SRFI-180Vivien Kraus
SRFI-180 represents JSON objects as alists from symbols to values, while guile-json represents them as alists from strings to values. Since alists are everywhere in the API, we need them to be as standard as possible. So, we need them in SRFI-180 format.
2021-06-19Generate a key pair.Vivien Kraus
2021-06-19Add a random number generator.Vivien Kraus
2021-06-19Add a base64 encoder and decoderVivien Kraus
2021-06-19Export the functions defined in the library.Vivien Kraus
2021-06-19Set up the guile projectVivien Kraus
2021-06-19Set up the project infrastructureVivien Kraus