fix : IRC ident + boucle 432 + conversations cachées + Authelia #17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/irc-ident-hidden-conversations"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Résumé
Backend : - AVAILABLE_HOOKS : ajout on_user_auth et on_user_register - HookResult : champ return_value pour récupérer la valeur de retour - emit() : capture la valeur retournée par le handler - login : appel du hook on_user_auth avant verify_password - plugin retourne {success: True} → auth acceptée - plugin retourne {success: False} → auth refusée - plugin retourne None/exception → fallback auth locale Plugin authelia-sso : - Appelle POST /api/firstfactor sur l'instance Authelia configurée - ctx.store_get/set('authelia_url') pour la configuration - Fallback transparent si Authelia inaccessible