We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3803474 commit 53ec77fCopy full SHA for 53ec77f
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.Debug("create identity test")
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