Skip to content

πŸ”‘ Register & Authenticate user logins in Amazon Web Services (AWS)☁️ DynamoDB.

License

Notifications You must be signed in to change notification settings

SteveMB1/Authentication-NodeJS-DynamoDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Authentication Node.js DynamoDB

About:

User authentication backend within NodeJS, for use for a custom built application or anyone looking to migrate their application into the AWS cloud. Features include: Password hashing in SHA512, session key management, user registration(with fail safes), user login.

Features to be added:

  • Block IP address after 10 failed login attempts;

Requires setup:

  • (2) DynamoDB tables
    • User credentials
    • Session keys
  • Generate random key for variable key on line 10.
  • Input AWS credentials
  • Checking for session id. Insert the next line into a page that you want to require authentication for.
    • checkSessionID(req.get('sessionId').toString());

About

πŸ”‘ Register & Authenticate user logins in Amazon Web Services (AWS)☁️ DynamoDB.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published