Skip to content

james-oldfield/serverless-authentication-strava

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serverless-authentication-strava

Authentication provider using Strava for Serverless Authentication via nodeJS.

For use with this boilerplate and the serverless framework.

install

npm i -S serverless-authentication-strava

sample usage

import Strava from 'serverless-authentication-strava';

Strava.signinHandler(providerConfig, { scope: 'public', state },
    (err, data) => redirectProxyCallback(context, data));

Strava.callbackHandler(
    event,
    providerConfig,
    handleResponse
);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%