log in

S

steve

Hi all

I like to make a log in page for my customer so each customer will
have there own user name and password and after they enter them user
name and password they will be taken to the different pages.
What is the secure way to do this.
I found some JavaScript to do that but it look very unsecured.

Thanks
 
D

David Dorward

steve said:
Hi all

I like to make a log in page for my customer so each customer will
have there own user name and password and after they enter them user
name and password they will be taken to the different pages.
What is the secure way to do this.

In a nutshell:
* Run everything over https so its encrypted
* Have the password sent for every page, either using basic authentication,
or cookies[1]
* Authenticate the password with some process running on the server. The
specifics depend on the features of the server.

[1] Don't depend on one check and then given them an unprotected URI. That
way leads to allowing the password to be bypassed
 
S

steve

steve said:
Hi all

I like to make a log in page for my customer so each customer will
have there own user name and password and after they enter them user
name and password they will be taken to the different pages.
What is the secure way to do this.

In a nutshell:
* Run everything over https so its encrypted
* Have the password sent for every page, either using basic authentication,
or cookies[1]
* Authenticate the password with some process running on the server. The
specifics depend on the features of the server.

[1] Don't depend on one check and then given them an unprotected URI. That
way leads to allowing the password to be bypassed

How do I protect the page?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,140
Latest member
SweetcalmCBDreview
Top