fnakstad / angular-client-side-auth

One way to implement authentication/authorization in Angular applications
http://angular-client-side-auth.herokuapp.com/
MIT License
1.63k stars 346 forks source link

Login with Google oAuth instead OpenID #79

Closed beeva-manueldepaz closed 10 years ago

beeva-manueldepaz commented 10 years ago

Hi Frederik,

I'm working on adding a new a passport connector to login in the app with google-plus instead of google. This is due to the fact that the OpenID access it's going to be declared obsolete.

I'm having problems when I try to include the passport strategy on server because it doesn't log the user. It doesn't receive the token params.

I'm using the Angular Google Plus Sign-in Button Directive from https://github.com/sirkitree/angular-directive.g-signin to keep clear the frontend.

Could you help me please? Thanks in advance.

beeva-manueldepaz commented 10 years ago

Finally I found a possible solution: https://github.com/beeva-manueldepaz/angular-client-side-auth

fnakstad commented 10 years ago

Hi there, and so sorry I didn't get to you in time! Glad to see you found the solution though :)