passport-oschina

授权协议 MIT
开发语言 JavaScript
所属分类 Web应用开发、 OAuth开发包
软件类型 开源软件
地区 国产
投 递 者 简烨烁
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

护照策略使用OSCHINA的OAuth的2.0 API认证。

Passport oschina 插件,使用 OAuth 2.0 API。

此模块可让你在 Node.js 应用中使用 oschina 作为第三方认证。配合Passport , oschina 认证可以很容易的在,任何支持 Connect-style 中间件的应用或框架,包括  Express 中使用。

  • 1. 安装 1-1. 进入项目文件夹,引入Laravel Passport composer require laravel/passport=~4.0 1-2. 运行passport数据库迁移 php artisan migrate 1-3. 运行 passport:install 命令来创建生成安全访问令牌时所需的加密密钥,同时,这条命令也会创建用于生成访问令牌的「个人访问」客户端和「密码授权

  • koa2 app.js const mongodb = require('mongodb') const mongoose = require('mongoose') const db = 'mongodb://localhost:27017/console' mongoose.Promise = require('bluebird') mongoose.connect(db) const Ko

  • body scans for Oz flights Kiwis will soon face full body scans at Australian airports or be banned from flying, in a radical security overhaul that could create greater airport delays.The technology w

 相关资料
  • PassPort允许将本地端口转发到远程服务器上。支持tcp和udp协议,可增加多个映射规则,设置为 Windows 服务,PassPort是免费的,没有任何限制,PassPort 适合在内网或者有公网IP的电脑上使用。如果没有公网IP,希望将服务映射到外网,可以使用网络通内网端口映射工具,通过网络通的数据转发隧道,在任何网络环境下都能映射成功。

  • Jokul Passport 是能沟通多个应用的桥梁使各应用共享一个用户数据实现统一登录,注册,用户管理。Jokul Passport 也就是我们日常所说的“用户中心”

  • l-passport 集成微信(wechat)、QQ(qq)、百度(baidu)和微博(weibo)于一体的koa中间件与API SDK 功能列表 OAuth授权 获取用户基本信息 koa2中间件,开发者可以通过此中间件获取用户的基本信息(包括用户编号、昵称、头像) Installation npm install l-passport -S Usage Authentication 引入l-pa

  • koa-passport Passport middleware for Koa koa-passport version koa version branch 1.x 1.x v1.x 2.x 2.x v2.x 4.x 2.x master Migration to v3 change ctx.passport.* to ctx.state.* (e.g. ctx.passport.user t

  • MERN + Passport.js example MERN stack application that uses authentication Mongo, Express, React, Node (MERN) + Passport.js for managing authentication This project was bootstrapped with Create React

  • Passport Bnet 是暴雪公司 Battle.net OAuth 服务认证的 Passport 策略。要使用这个,你需要在 Battle.net Developer Portal 上注册。 安装 $ npm install passport-bnet 用法 配置 var BnetStrategy = require('passport-bnet').Strategy;var BNET_ID