Update to challenge-response system

This commit is contained in:
Christoph Hagen
2023-12-08 12:39:10 +01:00
parent ac22fcd4eb
commit e76029270a
16 changed files with 304 additions and 206 deletions

View File

@@ -0,0 +1,5 @@
import Foundation
enum Message {
}

View File

@@ -0,0 +1,9 @@
import Foundation
import RoutingKit
extension SesameRoute {
var path: PathComponent {
.init(stringLiteral: rawValue)
}
}

View File

@@ -0,0 +1,5 @@
import Foundation
enum SignedMessage {
}