Skip to content

matt-leach/django-strava-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-strava-auth

Build Status

Module designed to add authentication using the Strava V3 API.

Usage

  1. Add 'stravauth' to settings.INSTALLED_APPS
  2. Set settings.AUTHENTICATION_BACKENDS = ('stravauth.backend.StravaV3Backend', )
  3. Add CLIENT_ID, CLIENT_SECRET, STRAVA_REDIRECT to settings
  4. Add to urls: url(r'^login/', StravaAuth.as_view(url=reverse_lazy("home")), kwargs={"approval_prompt": "force"})

About

Library for Strava API Authentication

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages