pushed
subh05sus/cosmyc-ai • 8:47 PM - Feb 13, 2026
On the main branch, subh05sus refactored the autopilot API routes to use NextAuth’s getServerSession with authOptions instead of the custom verifyAuth utility, updating imports and calls in both the config and pause endpoints. The old verifyAuth function was removed entirely, and database lookups now use session.user.id. This streamlines authentication handling across those routes.
