summaryrefslogtreecommitdiff
path: root/src/scm/webid-oidc/Makefile.am
AgeCommit message (Collapse)Author
2021-10-01Define an XML-loadable meta-classVivien Kraus
2021-08-13Switch to a more sensible error reporting systemVivien Kraus
2021-08-13Make a better client APIVivien Kraus
2021-08-09Add a simulation type to test complex systems.Vivien Kraus
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-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-13Continue the request processing in a new thread if a request needs toVivien Kraus
be made
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-02Make a unique program with all commandsVivien Kraus
2021-06-19Add support for the HTTP Link headerVivien 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-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-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
2021-06-19Define the access token APIVivien Kraus
2021-06-19Get an openid configuration on the webVivien Kraus
2021-06-19Use a web cache on the file systemVivien Kraus
2021-06-19Implement JWS encoding and decodingVivien Kraus
2021-06-19Provide a higher-level API for JWKs and JWKSsVivien Kraus
2021-06-19Write the code used by all testsVivien Kraus
2021-06-19Export the functions defined in the library.Vivien Kraus
2021-06-19Set up the guile projectVivien Kraus