Skip to content

Releases: joaf123/ASP.NET-WebForms-Authentication

v2.0.0 Release

26 Jan 21:24
c148924
Compare
Choose a tag to compare

Authentication is now enabled through HttpApplication.UseAuthentication for easy enabling & disabling of auth, inspired by asp.net core
See Example Global.asax:

<%@ Application Language="VB" %>

<script RunAt="server">
    Sub Application_Start(ByVal sender As Object, ByVal e As EventArgs)
        Me.UseAuthentication()
    End Sub
</script>

Full Changelog: v1.5.0...v2.0.0

v1.5.0 Release

21 Aug 15:40
6ddd5bf
Compare
Choose a tag to compare

New support for ASP.NET Ajax Web Services

v1.0.0 Release

20 Feb 21:25
a746cbf
Compare
Choose a tag to compare
Update README.md