Closed tr0b closed 3 years ago
Fixed authroute filename bug, causing server to crash due to not finding authroute file
Refactored UsuarioSchema toJSON method to an anonymous function, in order to successfully use this property
this
usernameField
nickname
Fixed argon's verify promise not throwing proper success/error responses due to not validating if passwords match
Added auth routes and passport route to main server file
Changed error status code for login to 401, when related to invalid credentials
Part One - Initial EnsureAuth implementation, Usuario model refactoring
54adeb3
573f9b6
Part Two - Initial Local Strategy
f684e6a
518f4e4
4a25ad8
Part Three - Server, Route Uppercase, auth files rename bugfix
db89a96
3ad0837
Fixed authroute filename bug, causing server to crash due to not finding authroute file
Part Four - UsuarioSchema toJSON Method bugfix
b734081
Refactored UsuarioSchema toJSON method to an anonymous function, in order to successfully use
this
propertyPart Five - Local Strategy, argon2 verify method bug fixes
825af31
usernameField
, causing localStrategy to fail, due to not searching users bynickname
Fixed argon's verify promise not throwing proper success/error responses due to not validating if passwords match
Part Six - Adding Auth and Passport to Server
07f7784
Added auth routes and passport route to main server file
Part Seven - Auth Sigh Up, Sign In Endpoints bug fixes
cbae5f3
Changed error status code for login to 401, when related to invalid credentials
Part Eight, Logout route, Express Sessions Cookie functionality__
545a17c
8af0953
a72178f
c7b29a2
Part Nine, Fixing Merge Conflicts
e9a31e8