AngularJS + OAuth

后端 未结 5 2094
遇见更好的自我
遇见更好的自我 2020-12-12 12:40

I\'m trying to write a login solution for my Angular App,
This means to allow the user to connect via Facebook/Google/Twitter or Register normally.
I found Angular

5条回答
  •  萌比男神i
    2020-12-12 13:29

    Have a look at the Satellizer project on Github. I'm just getting started with it, it seems promising.

    It uses JSON Web Tokens, and allows login with: email+password, Facebook, Twitter, Google, and any other OAuth 1.0/2.0 provider.

    The client side code works out the box, you'll have to implement the server side yourself. There are good descriptions of the work flows and code examples for many server side languages.

提交回复
热议问题