Skip to content

Commit 2613eb9

Browse files
authored
Update README.md
1 parent 7cfe915 commit 2613eb9

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# FormsBasedAuthenticationModule
22
httpModule for verification of FormsAuthentication cookie on request, using custom a attribute.
33

4-
Remember to set the FormsAuthentication cookie
4+
Currently supported use cases:
5+
```csharp
6+
[RequiresAuthentication]
7+
[WebMethod]
8+
public string AjaxMethod() {
9+
```
10+
11+
```csharp
12+
[RequiresAuthentication]
13+
public partial class WebFormsPage : System.Web.UI.Page
14+
```
15+
<br/>
16+
Remember to set the FormsAuthentication cookie!

0 commit comments

Comments
 (0)