0.1.1 • Published 5 years ago

passport-coinbase-oauth v0.1.1

Weekly downloads
1
License
-
Repository
github
Last release
5 years ago

passport-coinbase-oauth

Passport strategies for authenticating with Coinbase using OAuth 2.0.


Install

$ npm install passport-coinbase-oauth

Usage

passport.use(new CoinbaseStrategy({
			clientID: "your-client-id",
			clientSecret: "your-secret",
			callbackURL: "your-callback-url"
		},
		function(accessToken, refreshToken, profile, done) {
			:
	});
	

License

The MIT License

Copyright (c) 2019 Colin Mackie