Skip to content

ChrisMaunder/Owin.Security.Strava

 
 

Repository files navigation

Owin.Security.Strava

Owin.Security.Strava is a OWIN authentication provider for Strava.

Installation via NuGet Package

Create a Strava app to get your unique Client ID and Client Secret from: https://developer.strava.com

Install-Package Owin.Security.Strava

Add the following to Startup.Auth.cs (VS2013) or AuthConfig.cs (VS2012):

        app.UseStravaAuthentication(
            clientId: "",
            clientSecret: "");

About

OWIN Security Authentication provider for Strava

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%