Giter Club home page Giter Club logo

eweapp's Introduction

passport-weapp

Passport for 微信小程序

npm download NPM version Build Status Dependencies Status Coverage Status code style: prettier Git commit with emojis! semantic-release

Passport strategy for authenticating with Wechat Mini Program

示例

微信小程序 微信小程序体验版
Hardway Hardway Demo

支持功能

  • 微信小程序登录

安装

$ npm install passport-weapp

使用

Configure Strategy

 passport.use(new WeappStrategy({
        appID: {APPID},
        name:{默认为wechat,可以设置组件的名字}
        appSecret: {APPSECRET},
        getToken: {getToken},
        saveToken: {saveToken}
      },
      function(accessToken, refreshToken, profile,expires_in, done) {
        return done(err,profile);
      }
));

The `getToken` and `saveToken` can be provided to initialize Wechat OAuth instance.

Authenticate Requests

router.get("/auth/weapp", passport.authenticate("weapp", options));

options - Optional. Can include the following:

  • state - Override state for this specific API call
  • callbackURL - Override callbackURL for this specific API call
  • scope - Override scope for this specific API call

If no callbackURL is specified, the same request url will be used.

License

Copyright (c) 2019 jeff-tian
Licensed under the MIT license.

eweapp's People

Contributors

cantoraz avatar dependabot[bot] avatar haocong avatar jeff-tian avatar kenspirit avatar loulin avatar nitzo avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.