We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9230174 commit 671c522Copy full SHA for 671c522
internal/service/api/handlers/create_identity.go
@@ -74,6 +74,8 @@ func CreateIdentity(w http.ResponseWriter, r *http.Request) {
74
"request_data": string(rawReqData),
75
})
76
77
+ log.Info("create identity request")
78
+
79
algorithm := signatureAlgorithm(req.Data.DocumentSOD.Algorithm)
80
if algorithm == "" {
81
log.WithError(fmt.Errorf("%s is not a valid algorithm", req.Data.DocumentSOD.Algorithm)).Error("failed to select signature algorithm")
0 commit comments