_auth_SIMKL

Internal SIMKL auth provider module (device PIN flow and token refresh handling).

SIMKL authentication provider (OAuth).

What this auth provider does

Connects CrossWatch to SIMKL via OAuth.

Auth flow

  • oauth_code (redirect URI + token exchange)

Writes to config

Namespace:

  • cfg[\"simkl\"]

Common fields:

  • client_id, client_secret

  • access_token

Gotchas

  • Redirect URI must match exactly.

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

Last updated

Was this helpful?