#authentication (40)
- Develop Custom Cloudflare Integrations with Self-Managed OAuth
Learn to implement self-managed OAuth clients on Cloudflare to build custom integrations and automate tasks with secure, granular control.
- Authenticate and Push OCI Images to Remote Registries
Learn to authenticate your local container environment, tag custom ARM64 images, and push them to a remote OCI registry for sharing and deployment.
- Implementing Identity as the Zero Trust Security Perimeter
Establish and enforce identity-centric security perimeters using robust authentication and granular authorization within a Zero Trust framework.
- Build a Secure Angular Enterprise Dashboard Core
Learn to build a secure Angular enterprise dashboard core, implementing robust authentication, routing with standalone components, and leveraging AI for efficiency.
- Build a Secure Angular Enterprise Dashboard Core
Learn to build a secure Angular enterprise dashboard core, implementing robust authentication, routing with standalone components, and leveraging AI for efficiency.
- Authentication, Authorization, and Identity Management
Learn how Netflix likely handles authentication, authorization, and identity management across its vast microservices architecture, ensuring security and user access control at global scale.
- Implement Security, Authentication, and Authorization in SpaceTimeDB
Readers will learn to implement authentication and authorization within SpaceTimeDB to protect their real-time applications from unauthorized access.
- 14. Security, Authentication, and Environment Isolation
Master security, authentication, and environment isolation on Void Cloud. Learn to protect applications, manage secrets, and secure deployments for production-grade systems.
- Set Up Void Cloud Account, Install CLI, and Authenticate
Create your Void Cloud account, install the command line interface, and authenticate your session to prepare for application deployment.
- How Authentication and Security Systems Work: Deep Dive into Internals
Deep technical explanation of how modern authentication and security systems work under the hood - architecture, internals, and real-world usage for software engineers.
- Building RESTful APIs with Node.js
Readers will learn to design, implement, secure, and optimize RESTful APIs with Node.js, preparing them for backend engineering challenges and interviews.
- Detect & Mitigate Software Vulnerabilities in Modern Systems
Identify, analyze, and mitigate software vulnerabilities through practical threat modeling and secure coding, making systems resilient by design.
- iOS App Security: Authentication, Permissions & Privacy Manifests
Learn to secure your iOS applications by implementing robust authentication, managing user permissions, and understanding privacy manifests for App Store compliance.
- Designing Secure Angular Applications: Best Practices
After this chapter, you will be able to design and implement secure Angular applications, protecting them from common web vulnerabilities.
- Authentication & Authorization: Token Management and Guards
Learn to implement robust authentication and authorization in Angular using JWTs, route guards, and HTTP interceptors.
- Authentication & Authorization: Secure User Flows
Learn how to implement secure user authentication and authorization in React applications using token-based security patterns.
- How JSON Web Token Authentication Works Internally
Readers will understand the complete lifecycle of JWT authentication, covering token generation, cryptographic security, validation, and secure application use.
- Authentication and User Context - Personalizing Experiences
Learn how to implement authentication and manage user context in Puter.js applications for a personalized user experience.
- User Management: Authentication & Authorization (JWT)
Learn how to implement robust user authentication and authorization using JWT in a Node.js Fastify application.
- Secure File Uploads & Static Asset Serving
Learn how to securely handle file uploads and serve static assets in a Node.js backend application.
- CSRF Attacks: How to Bypass & Defend Against Forgery
You will learn to identify, exploit, and prevent Cross-Site Request Forgery vulnerabilities, including advanced bypass and defense strategies.
- Session Management & Token-Based Attacks
Learn about session management and token-based attacks, including JWT manipulation, to secure web applications.
- Broken Access Control: Authorization Bypass Demystified
Learn about Broken Access Control, its types, and how to prevent it in your web applications.
- Protect Against CSRF and SSRF Web Forgery Attacks
Readers will grasp CSRF and SSRF attack mechanics and implement practical defense strategies to secure web applications effectively.
- Server-Side API Security: REST, GraphQL, and Beyond
Learn the principles of securing server-side APIs, including authentication, authorization, input validation, and rate limiting.
- Authentication & Authorization with OAuth 2.0, OIDC, JWT
Readers will learn to apply OAuth 2.0, OpenID Connect, and JSON Web Tokens for robust authentication and authorization in web applications.
- Client-Side Security for React Applications
Learn how to secure React applications against common client-side vulnerabilities and build robust, secure frontends.
- Implement Client-Side Security in Angular Applications
Learn to implement robust client-side security in Angular applications, applying best practices and built-in mechanisms to protect user data and application integrity.
- Build a Secure React E-commerce Frontend
You will build a secure React e-commerce frontend, applying web security principles to protect sensitive user data and defend against common client-side vulnerabilities.
- Hands-On Project: Securing an Existing Angular Dashboard
Learn how to secure an existing Angular dashboard by implementing robust authentication, XSS and CSRF protection, and secure API communication.
- How HTTPS Works: Deep Dive into Internals
Explains the inner workings of HTTPS, including TLS protocol and cryptographic primitives.
- User-ID: User-Aware Security
Learn how User-ID enhances Palo Alto Networks firewalls with user-aware security policies.
- Securing Your API with Spring Security 6
Learn how to secure your API with Spring Security 6, including user authentication and authorization using JWTs.
- Build a Real-time Chat App with FastAPI, WebSockets, and Auth
Learn to build a robust, production-ready real-time chat application using FastAPI and WebSockets, implementing user authentication and preparing for deployment.
- Develop Secure Passkey Authentication with WebAuthn
Implement secure, user-friendly passwordless authentication with Passkeys and WebAuthn for web and mobile applications, streamlining user login processes.
- OAuth and Single Sign-On with Node.js & Next.js: A Comprehensive Guide
Learn how to implement OAuth and Single Sign-On with Node.js and Next.js for secure user authentication.
- Secure Password Hashing with bcrypt.js in Node.js
Master secure password hashing techniques using bcrypt.js in Node.js applications and confidently protect user data from common security vulnerabilities.
- Implement User Authentication with JWT in FastAPI
Readers will learn to implement a secure user authentication system in FastAPI, covering JWTs, password hashing, user registration, login, and route protection.
- Securing WebSocket Communication
Learn how to secure WebSocket communication in a FastAPI application using WSS and TLS/SSL.
- User Registration and Login Flow
Learn how to refine user registration and login flows in a FastAPI application, including data validation, password hashing, and secure user management.