fix(errors)!: forbid interpolated details in wire-facing internal errors #101

Open
CleverWild wants to merge 101 commits from error-handling-hardening into main
Showing only changes of commit 3c482da917 - Show all commits

View File

@@ -19,7 +19,7 @@ pub(super) struct ChallengeRequest {
pub(super) bootstrap_token: Option<String>,
}
pub(super) struct ChallengeContext {
pub struct ChallengeContext {
pub(super) challenge: AuthChallenge,
pub(super) pubkey: authn::PublicKey,
pub(super) bootstrap_token: Option<String>,