certificates/acme/api
Herman Slatman 0524122191
Remove authorization flow for different Account private keys
As discussed in https://github.com/smallstep/certificates/issues/767,
we opted for not including this authorization flow to prevent users
from getting OOMs. We can add the functionality back when the
underlying data store can provide access to a long list of
Authorizations more efficiently, for example when a callback is
implemented.
2021-12-08 16:28:14 +01:00
..
account.go Introduce gocritic linter and address warnings 2021-10-08 14:59:57 -04:00
account_test.go Pin golangci-lint to v1.43.0 and fix issues 2021-11-13 01:30:03 +01:00
handler.go Fix PR comments 2021-12-03 15:06:28 +01:00
handler_test.go Pin golangci-lint to v1.43.0 and fix issues 2021-11-13 01:30:03 +01:00
linker.go Use different method for unescpaed paths for the router 2021-04-14 15:11:15 -07:00
linker_test.go Fix linter issues 2021-04-14 15:14:27 -07:00
middleware.go Improve tests for JWK vs. KID revoke auth flow 2021-12-02 10:59:56 +01:00
middleware_test.go Improve tests for JWK vs. KID revoke auth flow 2021-12-02 10:59:56 +01:00
order.go Change identifier and challenge types to consts 2021-06-18 12:39:36 +02:00
order_test.go Pin golangci-lint to v1.43.0 and fix issues 2021-11-13 01:30:03 +01:00
revoke.go Remove authorization flow for different Account private keys 2021-12-08 16:28:14 +01:00
revoke_test.go Remove authorization flow for different Account private keys 2021-12-08 16:28:14 +01:00