do i need oauth at all when the only client is my own next.js frontend
solo dev, 400 registered users, currently email and password with a sessions table in postgres and an httpOnly cookie. every tutorial and every launch thread pushes an identity provider or oauth, and i keep wondering if…