summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-02Re-open the log file for each request0.5.1Vivien Kraus
2021-07-02Log request paths, methods, and response codesVivien Kraus
2021-07-02Set up content negociationVivien Kraus
2021-07-02Resource server: respond with 201 to a valid POSTVivien Kraus
2021-07-02Switch to AGPLVivien Kraus
2021-07-02Add a guix definition for the serverVivien Kraus
2021-07-02Do not create an inbox by default: it is useless and trickyVivien Kraus
2021-07-02Update NEWSVivien Kraus
2021-07-02Initialization: make sure that the profile and required resources existVivien 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-07-02Add a function to delete a resource as with DELETEVivien Kraus
2021-07-02Implement resource modifications as with PUTVivien Kraus
2021-06-27fixup! Add an API to update server resource pathsVivien Kraus
2021-06-27fixup! Implement WACVivien Kraus
2021-06-27fixup! Implement the POST method for the serverVivien Kraus
2021-06-27fixup! Implement the POST method for the serverVivien Kraus
2021-06-27fixup! Implement the GET, HEAD, OPTIONS methods for the serverVivien Kraus
2021-06-27Paths: parse auxiliary path typesVivien Kraus
2021-06-27Check client conditional requestVivien Kraus
2021-06-27WAC: add auxiliary functions to check the well-known modesVivien Kraus
2021-06-27ACL: handle non-existing resourcesVivien 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 support for the HTTP Link headerVivien Kraus
2021-06-19Add an API to update server resource pathsVivien Kraus
2021-06-19An API to manipulate contents on the serverVivien Kraus
2021-06-19Easier interface to query an RDF datasetVivien 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-19Make an authorization 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