strongloop / loopback-component-oauth2

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

Further integration between OAuth2 and LoopBack #54

Closed JonnyBGod closed 7 years ago

JonnyBGod commented 7 years ago

Description

WIP

Better integrate oauth2 component with loopback.

  1. Unify the access token model between oAuth 2.0 and User.login
  2. Integrate scope with ACL

Related issues

https://github.com/strongloop/loopback/issues/817

Checklist

Missing:

slnode commented 7 years ago

Can one of the admins verify this patch? To accept patch and trigger a build add comment ".ok\W+to\W+test."

slnode commented 7 years ago

Can one of the admins verify this patch?

slnode commented 7 years ago

Can one of the admins verify this patch?

slnode commented 7 years ago

Can one of the admins verify this patch?

JonnyBGod commented 7 years ago

Let me know what do you think of the approach.

I am not entirely sure if I have covered all related aspects.