February 2023
Intermediate to advanced
440 pages
12h 20m
English
As we learned in chapter 1, APIs are programmatic interfaces to our applications, and making our APIs public allows other organizations to build integrations with our own APIs. The growing offering of APIs as a means of delivering software products has given rise to the API economy. APIs open new opportunities for business growth, but they also represent a security risk. Lack of proper testing or wrongly implemented security protocols render our APIs vulnerable. Part 4 of this book will get you up and running on the major topics of API testing, security, and operations.
The modern standard for API authentication is OpenID Connect, and for API authorization it’s Open Authorization (OAuth) ...