Implemented the AuthMiddleware middleware in the library target.

This commit is contained in:
2025-10-04 12:54:31 +02:00
parent 25dd2fc789
commit 41014b3752
7 changed files with 263 additions and 10 deletions
@@ -93,13 +93,3 @@ private extension Output {
"00fec88a254d42e3a439d49e14cd60d1"
]
}
private extension String {
/// A namespace assigned for Marvel API key samples.
enum Key {
/// A Marvel API private key sample.
static let `private` = "SomePrivateKey"
/// A Marvel API public key sample.
static let `public` = "SomePublicKey"
}
}