Auth Best Practices - Lessons Learned Writing the Most Amazing Auth Library Ever
This talk covers some quick best practices for authentication in general (with code samples given in Node). It covers password hashing, session management, cookies, CSRF, SSL, Basic Auth, and API authentication.