App Facebook Authentication along side Regular Authentication Workflow

Can anyone explain to me workflow for having facebook and regular authentication for an angularjs, mobile application.

I’m not sure of the dreamfactory configuration, when it comes to authentication through an app.

Links to any documentation would be extremely helpful.

I can do much better at documentation-linking than explanation. :smile:

https://wiki.dreamfactory.com/DreamFactory/Tutorials/Using_OAuth

https://wiki.dreamfactory.com/DreamFactory/Tutorials/Logging_in

https://wiki.dreamfactory.com/DreamFactory/Tutorials/Access_Using_JWT_and_API_Key

https://wiki.dreamfactory.com/DreamFactory/Tutorials/Refreshing_a_JWT

These are at least the building blocks. Other than the AngularJS example app’s implementation of authentication, I don’t know of any examples specifically of using OAuth in AngularJS. But I think the pieces above fit together to accomplish that.