Hi,
Where is the video tutorial that will teach me how to add User Authentication to my App ?
This is where the User Signs up and gets a Username from my App.
Then when everytime he/she uses my App, they must sign in to use it. Else, they cannot use it.
Is it possible to add/integrate php code onto my App so the php does the authentication ? If so, how to add/integrate php code onto my App ?
Right now, I am trying to build a Mobile Browser. This is where the User will need to register and get a Username and then Login with his Username to use the App. Once he/she logs in, all their page views would be logged onto my website’s Mysql.
So that means, if he/she types a url then url along with the page title and meta keywords and meta description of the page gets logged to my website.
And whatever links he/she clicks, their urls too along with their anchor texts get logged to my website’s Mysql database.
This way, I would be able to see what websites and webpages my Users browse.
See their browsed pages’ links’ anchor texts to understand what texts on the links drew the clicks.
See the pages’ titles and meta description to see what keywords and phrases attracted the User to make a click.
Now, I know how to build a User Authentication or Registration or Login page with php on my website. But have no clue how to add the feature onto a Mobile Browser. That is why I was asking if it is possible to add/integrate the php code onto the source code of my Mobile Browser App ?
I have a feeling there are other ways you people authenticate Users. If I am correct then how do you folks do it ?