summaryrefslogtreecommitdiff
path: root/src/scm/webid-oidc/stubs.scm
AgeCommit message (Collapse)Author
2021-09-13Fix a syntax errorVivien Kraus
2021-08-13Switch to a more sensible error reporting systemVivien 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-02Switch to AGPLVivien Kraus
2021-06-19An API to manipulate contents on the serverVivien Kraus
2021-06-19Run the identity provider as a scriptVivien Kraus
2021-06-19Use a web cache on the file systemVivien Kraus
2021-06-19Add a signature and verification function for JWSVivien 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