# アプリ認証

Adalo Appsの安全性を保つため、認証トークンの有効期限が切れる20日ごとに、アプリユーザーはログインする必要があります。これにより、認証されたユーザーのみが長期間アカウントにアクセスできるようになります。

### トークンの有効期限が切れる理由

定期的なログインは、以下のようにお客様のアカウントを保護します。

* 不正アクセスのリスクを軽減します
* 長期間のセッションが乗っ取られるのを防ぎます
* セキュリティ設定を最新の状態に保つ

### ログアウトされるその他の理由

トークンの有効期限切れに加えて、ユーザーセッションは以下の場合に終了する可能性があります。

* ユーザーが**別のデバイスまたはブラウザでログイン**し、アクティブセッションを置き換えた場合
* 利用者が**ブラウザのキャッシュとクッキーをクリア**し、保存されている認証データが削除された場合

プラットフォームの利用を継続するには、プロンプトが表示された際に再度ログインする必要があります。


---

# 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://help.adalo.com/ja/action-basics/app-actions-dashboard.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.
