Skip to content

๐Ÿ”‘ Register & Authenticate user logins in Amazon Web Services (AWS)โ˜๏ธ DynamoDB.

License

Notifications You must be signed in to change notification settings

jyap/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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%