Skip to content

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.

Notifications You must be signed in to change notification settings

Srkinator/full-stack-authorization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published