We currently duplicate logic across multiple controllers, for example the `authenticate_scope!` method. [Comment](https://github.com/cedarcode/devise-webauthn/pull/73#discussion_r2704967235) > Maybe it's worth having some helpers or a base controller that includes these methods, that way we don't duplicate this everywhere