mohd7469 / oauth2orize-openid-examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenID Connect extentions for Oauth2orize.

Based on oauth2orize: oauth2 provider example

Shows the basic configuration of the extention grant types. Implementation details of token generation are left to the reader.

Install

$ npm install git://github.com/jaredhanson/oauth2orize-openid.git --save

Require

// for example    
var oauth2orize_ext = require('oauth2orize-openid')

Learn

OpenID Connect 1.0 specification

About

License:MIT License


Languages

Language:JavaScript 95.6%Language:HTML 4.4%