mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:25:59 +00:00
move authentication modules to plugins/
This commit is contained in:
5
classes/iauthmodule.php
Normal file
5
classes/iauthmodule.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
interface IAuthModule {
|
||||
function authenticate($login, $password);
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user