关于
This skill provides comprehensive guidance for building robust authentication systems in Python-based backends. It focuses on JWT (JSON Web Token) implementation using the HS256 algorithm, integrating seamlessly with Better Auth via a shared secret. It covers essential patterns including secure middleware for token verification, user ID validation to prevent cross-account data access, password hashing with bcrypt, and standardized authentication endpoints for signup, signin, and signout operations. Ideal for developers building secure, stateless APIs that require rigorous user-level data protection.