_auth_ANILIST

Internal AniList auth provider module (OAuth flow + token storage).

AniList authentication provider (OAuth).

What this auth provider does

Handles AniList OAuth so CrossWatch can call the AniList GraphQL API.

Auth flow

  • oauth_code (redirect URI + code exchange)

Writes to config

Namespace:

  • cfg["anilist"]

Gotchas

  • Redirect URL must match exactly (scheme/host/port/path).

  • Switching HTTP ↔ HTTPS requires updating the AniList app settings.

Last updated

Was this helpful?