summaryrefslogtreecommitdiff
path: root/src/scm/webid-oidc/testing.scm
AgeCommit message (Collapse)Author
2021-11-06Tests: use a key file for each testVivien Kraus
Having a global key file leads to reproducibility problems and intermittent build failures.
2021-10-21Use the endpoint APIVivien Kraus
2021-09-22Use anonymous-http-request from (webid-oidc parameters) everywhereVivien Kraus
2021-08-13Switch to a more sensible error reporting systemVivien Kraus
2021-08-13Make a better client APIVivien 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-08-01Change the name!Vivien Kraus
2021-07-02Switch to AGPLVivien Kraus
2021-06-19Add the refresh token codeVivien Kraus
2021-06-19Add a random number generator.Vivien Kraus
2021-06-19Write the code used by all testsVivien Kraus