We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cfe915 commit 2613eb9Copy full SHA for 2613eb9
README.md
@@ -1,4 +1,16 @@
1
# FormsBasedAuthenticationModule
2
httpModule for verification of FormsAuthentication cookie on request, using custom a attribute.
3
4
-Remember to set the FormsAuthentication cookie
+Currently supported use cases:
5
+```csharp
6
+[RequiresAuthentication]
7
+[WebMethod]
8
+public string AjaxMethod() {
9
+```
10
+
11
12
13
+public partial class WebFormsPage : System.Web.UI.Page
14
15
+<br/>
16
+Remember to set the FormsAuthentication cookie!
0 commit comments