Problem This is a follow-up to this question Node.js backend login logic. I wrote the following login Angular frontend logic […]
Tag: authentication
Prompt for Windows Credentials via Dialog [closed]
Problem Closed. This question is off-topic. It is not currently accepting answers. Questions containing broken code or asking for advice […]
Is my Node/Express-based authentication implementation with session properly done?
Problem I know that Passport.js exists, however, I wanted to code my own implementation using express-session module. I’m using: Express […]
Login script check
Problem I have written a script that sits on the admin portion on my website. Here I assume the user […]
PHP Signup & Login
Problem I want everything to be well and secure with my authentication code. I’ve done many signup and login systems […]
Cookie authentication
Problem I have to write a little social network for a case study at university. I have done some simple […]
User management OOP php class
Problem I found a class that i coded for an old project about a year ago and i haven’t really […]
Configure AspNet.Identity to allow for either username OR email address on login
Problem I am wondering if there is a more efficient route to take here. Using AspNet.Identity I would like to […]
Login using two-factor authentication
Problem I want to make the code below prettier but I don’t know what to change and how to change. […]
Secure login system
Problem The assignment is to create a login system secured for SQL injections and XSS. It’s in PHP and I’m […]