swift-server/swift-webauthn

Remove the public `WebAuthnError` enum

0xTim opened this issue · 0 comments

WebAuthnError is a public enum which is a very bad idea ™️ - we should remove the public enum as it makes adding new cases impossible.

See JWTError for inspiration on how we can remove it