added content to api security (#5814)
* added content to api security Added a link to OWASP API Security Top 10 which lists 10, major problems with API security. It is a good resource to understand API security and the problems associated with it. * Update src/data/roadmaps/api-design/content/api-security@qIJ6dUppjAjOTA8eQbp0n.md --------- Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>feat/mobile
parent
6644d8266e
commit
3af2a6b6bc
1 changed files with 5 additions and 1 deletions
@ -1,3 +1,7 @@ |
||||
# API Security |
||||
|
||||
API Security refers to the practices and products that are used to secure application programming interfaces (APIs). In the context of design, it is an essential component that helps ensure that a deployed API achieves its objectives in a safe and secure manner. This includes safeguarding the data, preventing unauthorized access, and protecting the system that hosts the API. API security encompasses the strategies, procedures and technology used to protect APIs from malicious attacks or unauthorized access while guaranteeing optimum performance, availability, and data privacy. |
||||
|
||||
Have a look at the following resources to understand API security and vulnerabilties further: |
||||
|
||||
- [OWASP Project API Security](https://owasp.org/API-Security/editions/2023/en/0x00-toc/) |
||||
|
Loading…
Reference in new issue