diff Lib/IMPL/Security/Auth.pm @ 69:8c7b88bdb663

Cookie Simple auth support
author wizard
date Wed, 24 Mar 2010 17:41:41 +0300
parents 739f1288ca84
children 2dfb0b0ad12f
line wrap: on
line diff
--- a/Lib/IMPL/Security/Auth.pm	Tue Mar 23 16:55:25 2010 +0300
+++ b/Lib/IMPL/Security/Auth.pm	Wed Mar 24 17:41:41 2010 +0300
@@ -20,6 +20,14 @@
     }
 }
 
+sub DoAuth {
+	die new IMPL::NotImplementedException;
+}
+
+sub ValidateSession {
+	die new IMPL::NotImplementedException;
+}
+
 1;
 
 __END__
@@ -32,7 +40,7 @@
 
 В процессе авторизации клиент и сервер обмениеваются данными безопасности C<$challenge>.
 
-При этом
+При этом 
 
 =over