magic-link-auth-companion

Installation
SKILL.md

Magic Link Auth Companion

Quand utiliser ce skill

  • Modifications de services/magic_link_service.py
  • API /api/auth/magic-link
  • UI login.html, dashboard.html, static/dashboard.js
  • Stockage Redis ou backend externe (config_api.php)

Pré-requis

  • ENV obligatoires : FLASK_SECRET_KEY.
  • ENV recommandées : MAGIC_LINK_TTL_SECONDS pour piloter la durée de vie; MAGIC_LINK_TOKENS_FILE reste optionnelle car config/settings.py fournit un fallback par défaut.
  • ENV optionnelles (mode backend externe) : EXTERNAL_CONFIG_BASE_URL, CONFIG_API_TOKEN.
  • Virtualenv /mnt/venv_ext4/venv_render_signal_server pour les scripts.
  • Accès Redis ou backend externe fonctionnel.
Installs
4
First Seen
Feb 28, 2026
magic-link-auth-companion — ki2pixel/render_signal_server