foxhound87 / rfx-stack

RFX Stack - Universal App
MIT License
419 stars 42 forks source link

Adding facebook/google auth #4

Closed 29er closed 8 years ago

29er commented 8 years ago

@foxhound87 I noticed that you may have had the same issues as me trying to integrate auth for facebook/google etc. I am having trouble getting those to work. is there a reason why to don't consider auth a 'service' in your app ?
You obviously have more experience with the feathers framework as I am basically going through the 'starter' examples where the auth is a service.... thanks for any insight.

foxhound87 commented 8 years ago

I haven't tried to integrate the auth plugins yet, I have to finish what's commented there in the auth.js. I still don't know what to do with the auth.js, I put it outside of the services directory because the "regular" services are auto-loaded automatically and I don't know if it behave like them. I'm exploring feathers too because it's almost new on the scene. Now I just pushed an update with a new auth store to deal with the feathers auth, but I have to fix the authenticate method on the production env. It works only for the dev env for now.

29er commented 8 years ago

thanks! @foxhound87