Skip to content

Jianhongkang/Secrets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS Authentication-Secrets

image

  • Mongodb, ExpressJS, NodeJS, Google OAuth, render, Cookies, Sessions, Authentication
  • Hosted on render: https://secrets-srm0.onrender.com
  • Users need to register or login in order to access the homepage with google account.
  • All data is safely stored on the Mongo Atlas Cloud Database Cluster.
  • Encryption-keys are safely hidden as environment variables.
  • Passwords are salted and hashed with modern encryption methods.
  • Google OAuth Authentication API is used to manage and obtain user data from the Google Sign-up option, for secure logons.
  • Cookies and Session Tokens are generated and used in the site.
  • At Development level a local Mongodb database is used for testing, at production level the database is stored on the Atlas Cluster.