joshuaadickerson / Elkarte2

Elkarte Version 2
Other
0 stars 0 forks source link

Auth.subs.php #1

Open joshuaadickerson opened 8 years ago

joshuaadickerson commented 8 years ago

Auth.subs.php should be broken up to Login and Authorization. Authentication is separate and should utilize an interface to allow for more authentication strategies (LDAP, OpenId, cookies, etc). The Authorization class should contain methods like allowedTo, boardsAllowedTo, etc.