ammmir / node-oauth2-provider

A simple customizable OAuth 2.0 provider (server) for node.js.
MIT License
628 stars 161 forks source link

Update i use #36

Open bmatusiak opened 11 years ago

bmatusiak commented 11 years ago

updates i use for my site. i have more exposed to the events

added 'before_authorize_form', function(req, res, client_id, function doAuthorizeForm(),function doBypass()) changed 'create_access_token', req, user_id, client_id, function callback(scope)

changed extra_data to scope to show people where to pass that info at

and various other fixes