> For the complete documentation index, see [llms.txt](https://metasky.gitbook.io/mews/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://metasky.gitbook.io/mews/metasky-api-collection/api-list/auth.md).

# Auth

- [Secure Action](https://metasky.gitbook.io/mews/metasky-api-collection/api-list/auth/secure-action.md): When a client wants to perform an action on chain on behalf of the user, a verification prompt is sent to the user. This API sends the prompt for user to verify
- [Secure Action Verify](https://metasky.gitbook.io/mews/metasky-api-collection/api-list/auth/secure-action-verify.md): After the user has verified the action, the client has to verify the action again before the action is finally performed on chain. This API triggers the second verification
