Browse Source

Add new hooks to documentation

Alec Nikolas Reiter 7 years ago
parent
commit
014c50072c
1 changed files with 7 additions and 0 deletions
  1. 7 0
      docs/hooks.rst

+ 7 - 0
docs/hooks.rst

@@ -45,6 +45,7 @@ The hooks below are listed in the order they are called.
 .. autofunction:: flaskbb_load_translations
 .. autofunction:: flaskbb_load_translations
 .. autofunction:: flaskbb_additional_setup
 .. autofunction:: flaskbb_additional_setup
 
 
+
 FlaskBB CLI Hooks
 FlaskBB CLI Hooks
 ~~~~~~~~~~~~~~~~~
 ~~~~~~~~~~~~~~~~~
 
 
@@ -63,6 +64,12 @@ FlaskBB Event Hooks
 .. autofunction:: flaskbb_event_topic_save_before
 .. autofunction:: flaskbb_event_topic_save_before
 .. autofunction:: flaskbb_event_topic_save_after
 .. autofunction:: flaskbb_event_topic_save_after
 .. autofunction:: flaskbb_event_user_registered
 .. autofunction:: flaskbb_event_user_registered
+.. autofunction:: flaskbb_authenticate
+.. autofunction:: flaskbb_post_authenticate
+.. autofunction:: flaskbb_authentication_failed
+.. autofunction:: flaskbb_reauth_attempt
+.. autofunction:: flaskbb_post_reauth
+.. autofunction:: flaskbb_reauth_failed
 
 
 
 
 FlaskBB Form Hooks
 FlaskBB Form Hooks