Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 672 Bytes

File metadata and controls

23 lines (19 loc) · 672 Bytes

Fullstack Authorization Project

This is a Client + Server Side Signup/Signin Authorization project. I'm showing the usage of encrypted passwords and tokens used to authenticate requests, consumed by React/Redux application.

Client: Form validation and authenticated API requests. Custom HOC.  
Server: Passport Strategies with JWT Tokens. Bcrypt password hashing. MongoDB localy wired.    

Client Side

-   React + Redux
-   ReduxForm Validation
-   ReduxThunk Middleware
-   HOC Authentication Wrapper

Server Side

-   NodeJS (Express)
-   MongoDB (Mongoose)
-   JSON Web Token
-   PassportJS
-   Bcrypt