null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

API Security in Action

List Price: $69.99
SKU:
9781617296024
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Neil Madden
    Format:
    Paperback
    Pages:
    576
    Publisher:
    Manning (December 8, 2020)
    Language:
    English
    ISBN-13:
    9781617296024
    ISBN-10:
    1617296023
    Weight:
    34.06oz
    Dimensions:
    7.375" x 9.25" x 1.1"
    File:
    Eloquence-SimonSchuster_06032026_P10163223_onix30_Complete-20260603.xml
    Folder:
    Eloquence
    List Price:
    $69.99
    Case Pack:
    7
    As low as:
    $62.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    API Security in Action teaches you how to create secure APIs for any situation. By following this hands-on guide you’ll build a social network API while mastering techniques for flexible multi-user security, cloud key management, and lightweight cryptography.

    Summary
    A web API is an efficient way to communicate with an application or service. However, this convenience opens your systems to new security risks. API Security in Action gives you the skills to build strong, safe APIs you can confidently expose to the world. Inside, you’ll learn to construct secure and scalable REST APIs, deliver machine-to-machine interaction in a microservices architecture, and provide protection in resource-constrained IoT (Internet of Things) environments.

    Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

    About the technology
    APIs control data sharing in every service, server, data store, and web client. Modern data-centric designs—including microservices and cloud-native applications—demand a comprehensive, multi-layered approach to security for both private and public-facing APIs.

    About the book
    API Security in Action teaches you how to create secure APIs for any situation. By following this hands-on guide you’ll build a social network API while mastering techniques for flexible multi-user security, cloud key management, and lightweight cryptography. When you’re done, you’ll be able to create APIs that stand up to complex threat models and hostile environments.

    What's inside

        Authentication
        Authorization
        Audit logging
        Rate limiting
        Encryption

    About the reader
    For developers with experience building RESTful APIs. Examples are in Java.

    About the author
    Neil Madden has in-depth knowledge of applied cryptography, application security, and current API security technologies. He holds a Ph.D. in Computer Science.

    Table of Contents

    PART 1 - FOUNDATIONS

    1 What is API security?

    2 Secure API development

    3 Securing the Natter API

    PART 2 - TOKEN-BASED AUTHENTICATION

    4 Session cookie authentication

    5 Modern token-based authentication

    6 Self-contained tokens and JWTs

    PART 3 - AUTHORIZATION

    7 OAuth2 and OpenID Connect

    8 Identity-based access control

    9 Capability-based security and macaroons

    PART 4 - MICROSERVICE APIs IN KUBERNETES

    10 Microservice APIs in Kubernetes

    11 Securing service-to-service APIs

    PART 5 - APIs FOR THE INTERNET OF THINGS

    12 Securing IoT communications

    13 Securing IoT APIs