Before you have oauth in place, can anyone explain to me a flow for authenticating users with my external php application.
I read a topic further down the page, that mentioned automatically filling the dreamfactory table, using the user api. But how can I handle this through a angular app?
If I use service to authenticate with my php application, create user in dreamfactory, how can I then securely pass credentials to angular?
Will you be using a foreign table of users that resides with your external PHP application, or will you be using the built-in users table of your DSP’s local database?