aboutsummaryrefslogtreecommitdiff
path: root/sx-auth.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-11-28 13:30:11 -0500
committerSean Allred <code@seanallred.com>2014-11-28 13:30:11 -0500
commit0228524a31cf2e040525302da8cf12e2f749fbbb (patch)
treedf65a56475022619f34cb24e61930682030f524d /sx-auth.el
parent753ee36a9b1dc17804198d461ca660a65eeff0e9 (diff)
Provide commentaries for each file
Diffstat (limited to 'sx-auth.el')
-rw-r--r--sx-auth.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/sx-auth.el b/sx-auth.el
index bfa805a..427900d 100644
--- a/sx-auth.el
+++ b/sx-auth.el
@@ -19,6 +19,13 @@
;;; Commentary:
+;; This file handles logic related to authentication. This includes
+;; determining if a certain filter requires authentication (via the
+;; variable `sx-auth-filter-auth' and function `sx-auth--filter-p'),
+;; determining if a method requires authentication (via the variable
+;; `sx-auth-method-auth' and function `sx-auth--method-p'), and
+;; actually authenticating the user (with `sx-auth-authenticate').
+
;;; Code:
(require 'sx)