Skip to content

alex9311/alex9311-strava

 
 

Repository files navigation

alex93110:strava

An ES2015 Meteor OAuth handler package for Strava.

This is a fully working OAuth handler, allowing you to use Strava as your Meteor authentication method. If you want to use it "as is" you can just meteor add alex93110:strava to your application, since this is a published atmosphere package.

However, the package has been written to aid in understanding the mechanics of putting together an OAuth handler for any arbitrary provider. The trickier parts of the codebase are (hopefully) annotated well enough to comprehend what's going on in this bit of Meteor Magic, enabling you make a minimum number of changes for your chosen provider.

This was forked from tunguska:imgur and modified to work for Strava.

About

Usable, boilerplate OAuth2 handler for Meteor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.5%
  • HTML 8.5%