aguerere / DotNetOpenAuth-Auth0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auth0 authentication client for the DotNetOpenAuth library.

Installation

Install-Package DotNetOpenAuth-Auth0

Usage

If you are working with the default template of Asp.NET MVC 4, the easiest way to get you up and running is to modify the AuthConfig file inside of App_Start as follows

public static void RegisterAuth()
{
    Auth0.OpenAuthClient.RegisterAllSocialProviders(
            "your client id", 
            "your client secret", 
            "your domain"); 
}

Documentation

For more information about auth0 visit our documentation page.

License

MIT

About


Languages

Language:Pascal 100.0%