Show HN: Satellizer – Authentication for AngularJS
1–10 of 38 posts
Re: Show HN: Satellizer – Authentication for AngularJS
#2Re: Show HN: Satellizer – Authentication for AngularJS
#3Re: Show HN: Satellizer – Authentication for AngularJS
#4Not working for me - got a 404 for http://rawgit.com/sahat/satellizer/master/lib/satellizer.js
Re: Show HN: Satellizer – Authentication for AngularJS
#5Not working for me - got a 404 for http://rawgit.com/sahat/satellizer/master/lib/satellizer.js
Re: Show HN: Satellizer – Authentication for AngularJS
#6Not working for me - got a 404 for http://rawgit.com/sahat/satellizer/master/lib/satellizer.js
Re: Show HN: Satellizer – Authentication for AngularJS
#7There were three major challenges for me in my implementation and I'm wondering how these could be addressed with Satellizer:
1. Anonymous content creation that can be attributed to a user upon sign-up or sign-in. On Plunker, anonymous users can create 'plunks' that will then attributed to them if they decide to register. This is important to allow streamlined user acquisition.
2. Account merging when someone accidentally creates two different user accounts with different social identities. This gets weird when anonymous content creation is involved since someone could create content while signed out and would need all that content re-attributed when they sign in.
3. Multi-provider authentication. In Plunker, certain features will only be available if the user has linked (for example) Dropbox. This means consumers of the api need to be able to add / remove social identities to / from users.
Hope to hear how you might attack these problems with something like Satellizer (or other people's approaches that have worked).
Re: Show HN: Satellizer – Authentication for AngularJS
#8Re: Show HN: Satellizer – Authentication for AngularJS
#9Re: Show HN: Satellizer – Authentication for AngularJS
#10https://github.com/lynndylanhurley/ng-token-auth
ng-token-auth comes with a Rails gem, and it's configurable to work with almost any API.