summaryrefslogtreecommitdiff
path: root/tests/authorization-endpoint-get-form.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-10-20server: add an identity provider endpointVivien Kraus
2021-09-22Use anonymous-http-request from (webid-oidc parameters) everywhereVivien Kraus
2021-09-21JWK: the default signature algorithm "alg" is now a key parameterVivien 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-19Make an authorization endpointVivien Kraus