Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

everyauth-cn

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

everyauth-cn

expressjs oauth middleware for chinese sns sites.

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

everyauth-cn Build Status

中文说明

An express or connect middleware which allows users to login via most of Chinese SNS sites with the same authorization work flow as everyauth.

Why everyauth-cn ?

The everyauth open source project is so excellent, it enables users to login via many of sites such as google, facebook and youtobe. It makes works so easy for developers because everyauth works as a middleware for expressjs(or connect) module, one can just use app.use(everyauth.middleware()) to enables anyone to login his web sites and get user infomation from session, for more details please goto everyauth.

This project aims connecting users to most of Chinese SNS sites. It reuse most of everyauth's core authorization code, thanks for everyauth open source project and GitHub!

Features list:

  • So far, everyauth-cn enables you to login via: QQ, Tencent weibo, sina weibo, baidu, douban, renren, taobao, it works as server-side mode and uses oauth2 authorization work flow.

  • It dose also supports password to login.

Installation

npm install everyauth-cn

usage:

  1. Register your account and app on the authorization sites, such as qq connect if you want to login via QQ, get your own appid and appSecret.

  2. Make some configuration as the example app does.

  3. Just copy any modules(such as google, facebook, twitter, github, etc) from everyauth as you need.

example:

Click to see the example app.

License

MIT http://rem.mit-license.org

Keywords

FAQs

Package last updated on 14 Dec 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc