• What sensitive information do we (Harmony) store?

    If the user is using our AniList-integration by logging in using their AniList account, the user's OAuth2 access token will be stored from the time of the successful login, to the time of logging out.

    When the user logs out, all login-related information is deleted permanently until the next login.

  • How do we use the aforementioned information?

    We solely use the user's OAuth2 access token to make requests on their behalf to the AniList API. All sent requests require user interaction.

    All requests are read-only, meaning no requests are sent to write data on behalf of the user.

  • Do we share any sensitive data with 3rd-party sources?

    No.

Harmony is not affiliated with AniList.