Every published module, all in one place.
2 modules
Auth → Other
Core authentication rules every login system needs: password hashing, session revocation, verification, and the line between authentication and authorization.
by @markdowners
Auth → Sessions
Keeping an established session safe for its whole lifetime: cookie flags, revocation, CSRF defenses, and concurrent-session visibility.