We're building a reusable module that lets us easily reuse sign in, registration, reset password stuff across projects. This is the initial commit to that project.
What changed?
Added a couple very basic containers and components involved with sign in
Added the skeleton of the redux actions and reducers involved with sign in
Wired these components and redux actions from the authentication module into the basic boilerplate for our development purposes
Why?
We're building a reusable module that lets us easily reuse sign in, registration, reset password stuff across projects. This is the initial commit to that project.
What changed?