0.9.0 • Published 5 years ago

sub-unsub v0.9.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

sub-unsub

A Hapi plugin for sites with paid user subscriptions via fastspring

Usage

Compatibility

  • might work with hapi16
  • has not yet seen extensive use -- use at own risk
  • will need adaptations for hapi17

Installation

npm i sub-unsub -S

Configuration

./path/to/hapi/config/sub-unsub

{
	    fsurl: "https://user:password@api.fastspring.com/",
	    fsproduct: ["bronze","silver","gold"]
}

Note: this assumes you have subscription products bronze, silver, gold set up in your Fastspring online store

Features

  • uses req.drive, set by npm:Bugle, to obtain user's email address as registered with Google Accounts
  • sanity checks email
  • inquires with Fastspring if an account exists for email
  • inquires with Fastspring for an active subscription associated with account that matches an entry in fsproduct array
  • provides req.fastspring on all requests. May contain these properties: error, acct, subid, sub

Copyright

Copyright 2018 Paul Brewer, Economic and Financial Technology Consulting LLC drpaulbrewer@eaftc.com

License: MIT

No relation to FastSpring

This software is 3rd party software.

It is not a product of Fastspring

0.9.0

5 years ago

0.8.0

5 years ago

0.7.0

5 years ago

0.6.2

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.4

5 years ago

0.5.3

5 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.11

6 years ago

0.4.10

6 years ago

0.4.9

6 years ago

0.4.8

6 years ago

0.4.7

6 years ago

0.4.5

6 years ago

0.4.4

6 years ago

0.4.3

6 years ago

0.3.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago