Author: Michael Lynch <git@mtlynch.io>
Committer: Michael Lynch <mtlynch@noreply.codeberg.org>
Move auth service logic to separate file (#156) Keep handler-specific auth helpers in handlers/auth.go and move the AuthService interfaces and implementation to handlers/auth_service.go. Reviewed-on: https://codeberg.org/mtlynch/little-moments/pulls/156