CodeNewbie Community 🌱

Mahima Khandelwal
Mahima Khandelwal

Posted on

Authentication system

Hey, I have been trying to build an authentication system where I have taken more fields other than, the username and password. I wish to register a user and then, redirect him to a page but what happens is that after successful registration, the page is shown in the network tab of the developer's console but not on the browser screen.

Top comments (3)

Collapse
 
raddevus profile image
raddevus

My guess is that you are sending the data but not posting to a page so the page does not change on the client. It may be as easy as posting the data from the form the user is on. But what stack are you using? Need to see the code to help.

Collapse
 
joseph12345 profile image
nanwqid

An authentication system is a security mechanism used to verify the identity of users or systems before granting access to resources. It ensures that individuals are who they claim to be by requiring them to provide credentials such as passwords, biometric data, or security tokens. For instance, when using services like dfa apostille appointment, an effective authentication system is crucial to protect sensitive information and prevent unauthorized access, thereby playing a key role in maintaining data integrity and privacy across various applications and services.

Collapse
 
ioscasey profile image
Casey 💎

What stack are you using?

If you're using express, I'd recommend passport.js.