[AngularJS] Re: Need help in OAUTH implementation in angularJS SPA(Single page application)

2018-10-02 Thread Sander Elias
Hi Surendra, Create a service that is in control over the auth. You can use that to control a modal you have put in your app, so it pop's up when needed, and keeps the credentials in there. Is this for Angular, or for AngularJS? Regards Sander -- You received this message because you are subs

[AngularJS] Re: Need help in OAUTH implementation in angularJS SPA(Single page application)

2018-10-21 Thread Srinivas Sria
Title: new angular development features and improvements with error handling webinar by google employees About Angular: Angular is a Typescript-based open-source front-end web application platform led by the Angular Team at Google and by a community of individuals and corporations. What we’

Re: [AngularJS] Re: Need help in OAUTH implementation in angularJS SPA(Single page application)

2018-10-02 Thread manduva surendra
Hi Sander, Thanks for the reply. *This is for AngularJS v1.3.6 application.* As you said, the credentials controls are not my hand to put in a pop up, those will come by the Authentication URL. I want to give some more detailed information. I am working on implementation of* EPIC with OAUTH. int

Re: [AngularJS] Re: Need help in OAUTH implementation in angularJS SPA(Single page application)

2018-10-05 Thread Surendra.M
Hello Sander, Can you please help me on this Or can you elaborate your previous answer Thanks, On Wednesday, October 3, 2018 at 11:52:24 AM UTC+5:30, Surendra.M wrote: > > Hi Sander, > Thanks for the reply. > *This is for AngularJS v1.3.6 application.* > > As you said, the credentials c

Re: [AngularJS] Re: Need help in OAUTH implementation in angularJS SPA(Single page application)

2018-10-06 Thread Sander Elias
Hi Surendra, Well, as your popup is effectively another site, that gets redirected back to your app, the only thing you can do is handle the callback url, you probably need to do this server side. When you have done that you can have the server pass the token to your frontend. Ask the auth serv

Re: [AngularJS] Re: Need help in OAUTH implementation in angularJS SPA(Single page application)

2018-10-11 Thread manduva surendra
Hi Sander, Thank you...Sander. will look into it. On Sat, Oct 6, 2018 at 7:50 PM Sander Elias wrote: > Hi Surendra, > > Well, as your popup is effectively another site, that gets redirected back > to your app, the only thing you can do is handle the callback url, you > probably need to do thi