Apollo needs a feature, to bypass the Email Confirmation workflow. I pushed an updated joshuakfarrar/apollo.g8, to use the recently-refactored Apollo, and, during testing, had the realization that forcing the developer to have a Mailgun account, and setup, even to test Apollo is not The Way. So I've got Claude Code cooking on that during my morning meetings. Option[MailService] and Option[ConfirmationService] seem reasonable. (No MailService? No password resets for you!) Need to get the CSRF features documented too, and/or set them up with sensible defaults à la Rails, and update http4s dependencies.