selaias / accounts-wepay

Login service for WePay accounts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

accounts-WePay

Login service for WePay accounts in Meteor

read more at [https://www.meteor.com/accounts] https://www.meteor.com/accounts

Configure WePay login services. Example:

ServiceConfiguration.configurations.remove({
    service: "WePay"
  });
  
ServiceConfiguration.configurations.upsert(
  { service: "wePay" },
  { $set: { client_id: <your client_id>, secret: <client_secret> } }
);

Using any accounts-ui package it will enable the Sign in with WePay button.

About

Login service for WePay accounts


Languages

Language:JavaScript 100.0%