Authentication
SMO1 uses Better Auth for authentication with JWT tokens for API access.Auth Flow
- User signs in via meow-web using Better Auth (email/password, OAuth)
- Better Auth issues a session
- For API access, a JWT token is generated
- API requests include the JWT in the
Authorizationheader