Learn how to implement authentication and manage user context in Puter.js applications for a personalized user experience.
Tag: Authentication
Articles tagged with Authentication. Showing 34 articles.
Chapters
Learn how to implement robust user authentication and authorization using JWT in a Node.js Fastify application.
Learn how to securely handle file uploads and serve static assets in a Node.js backend application.
Learn about Broken Access Control, its types, and how to prevent it in your web applications.
Learn about Cross-Site Request Forgery (CSRF), how it works, and advanced techniques to bypass CSRF protection mechanisms.
Learn about CSRF and SSRF attacks, how they work, and practical defense strategies to protect your web applications.
Learn the principles of securing server-side APIs, including authentication, authorization, input validation, and rate limiting.
Explains the core concepts and modern standards for secure identity management in web applications.
Learn how to secure React applications against common client-side vulnerabilities and build robust, secure frontends.
Learn how to implement robust client-side security in Angular applications.
Learn to build a secure React e-commerce frontend, focusing on authentication and client-side security.
Learn how to secure an existing Angular dashboard by implementing robust authentication, XSS and CSRF protection, and secure API …