Skip to content

fix(auth): simplify NextAuth to JWT-only (remove Supabase adapter)#15

Merged
Paddy1981 merged 1 commit into
mainfrom
claude/larun-implementation-plan-AzfFC
Feb 2, 2026
Merged

fix(auth): simplify NextAuth to JWT-only (remove Supabase adapter)#15
Paddy1981 merged 1 commit into
mainfrom
claude/larun-implementation-plan-AzfFC

Conversation

@Paddy1981
Copy link
Copy Markdown
Owner

Remove SupabaseAdapter which requires database tables that don't exist. Use simple JWT-based auth with Google OAuth only for MVP.

This fixes the "Error during callback" issue on production.

https://claude.ai/code/session_011NWj4qHMpnJqseDYB5et8R

Summary

Type of Change

  • Bug fix (non-breaking change fixing an issue)
  • New feature (non-breaking change adding functionality)
  • Breaking change (fix or feature causing existing functionality to change)
  • Documentation update
  • Refactoring (no functional changes)
  • CI/CD changes

Related Issues

Changes Made

Testing

  • Unit tests added/updated
  • Manual testing performed
  • All existing tests pass

Skill Updates (if applicable)

  • ANAL-xxx:
  • STAR-xxx:
  • MISSION-xxx:
  • DISC-xxx:
  • RES-xxx:

Multi-IDE Coordination

  • Updated .coordination/TASK_LOG.md
  • Checked .coordination/FILE_LOCKS.md for conflicts
  • Updated .coordination/HANDOFF_NOTES.md if needed

Checklist

  • Code follows project style guidelines
  • Self-review completed
  • Comments added for complex logic
  • Documentation updated (if needed)
  • No new warnings introduced

Remove SupabaseAdapter which requires database tables that don't exist.
Use simple JWT-based auth with Google OAuth only for MVP.

This fixes the "Error during callback" issue on production.

https://claude.ai/code/session_011NWj4qHMpnJqseDYB5et8R
@Paddy1981 Paddy1981 merged commit 0417fa7 into main Feb 2, 2026
1 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants