Software Archive
Read-only legacy content

login page

carmine_n_
Beginner
598 Views

I don't see any way to create a login page.

can someone point me to a sample or documentation on that please?

thanks.

 

0 Kudos
1 Solution
Elroy_A_Intel
Employee
598 Views

Within Intel XDK under the Start a New Project > Templates > Layout and User Interface panel, there is a project called Login View App. This should be able to get you started.

Intel_XDK_Login_View_App

 

View solution in original post

0 Kudos
4 Replies
Elroy_A_Intel
Employee
599 Views

Within Intel XDK under the Start a New Project > Templates > Layout and User Interface panel, there is a project called Login View App. This should be able to get you started.

Intel_XDK_Login_View_App

 

0 Kudos
carmine_n_
Beginner
598 Views

thanks!

 

0 Kudos
carmine_n_
Beginner
598 Views

what do you suggest connecting it to on the backend for basic authentication?

any free services for this?

thanks.

 

0 Kudos
John_H_Intel2
Employee
598 Views

You will need to setup your own server/database and then have your app call the server (probably a PHP page) to verify against the database.

Search the forums, someone else asked this within the last 2 weeks and another user provided detailed input on how to do this.

0 Kudos
Reply