# Security

## OWASP Top 10

The OWASP Foundation is known for its top ten web application security risks. Now the foundation has also collected the top ten security considerations for API projects.

Developers should know of and review these items regularly against their APIs.

<https://owasp.org/www-project-api-security/>

## Authentication & Authorisation

island.is provides a Authentication Service, see its documentation for further details on authentication flows and authorisation of endpoints.

<https://docs.devland.is/technical-overview/auth>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.devland.is/technical-overview/api-design-guide/security.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
