serverless-authentication-strava

0.0.2 • Public • Published

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
);

Package Sidebar

Install

npm i serverless-authentication-strava

Weekly Downloads

4

Version

0.0.2

License

MIT

Last publish

Collaborators

  • oldfield