strongloop / loopback-component-oauth2

oAuth 2.0 server for LoopBack
http://www.strongloop.com
Other
62 stars 63 forks source link

Add permission and subject support #18

Closed raymondfeng closed 9 years ago

raymondfeng commented 9 years ago

/to @ritch

Enhance client credentials (including JWT) with pre-authorization Allow permissions to be granted to client apps by users Enable subject (user) for client credentials

raymondfeng commented 9 years ago

See tests at https://github.com/strongloop/strong-gateway/pull/28

raymondfeng commented 9 years ago

@ritch ping

ritch commented 9 years ago

Not really familiar with this code base but what I saw looks fine to me.