Skip to content

hulyak/authentication-whisperapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

authentication-whisperapp

Login and registration form with authentication. Users can login with Google, Facebook or with their email. User information is saved into MongoDB and user password is hashed, salted and authenticated with passport to add cookies and sessions. When the user logs out, session cookies are destroyed.