angularjs - Angular2 app as an oauth Client -
we have oauth server setup our client apps on mobile , web consume rest apis through oauth2.
since angular2 relatively new wanted know best , optimal way of implementing oauth2 client in our angular2 app. aware of canactivate guard on route level want know if writing custom code preferred way or there reliable library or module can handle access tokens, revoking access client end etc.
Comments
Post a Comment