Added auth to the backend using JWTs and refreshTokens
Refactored frontend to use self-contained react components (including API logic, thanks react-relay)
Refactored codebase to follow entity property pattern: EntityProperty e.g. UserCreate and AuthLogin instead of createUser and login. This benefits will be more self-evident as the codebase grows.
EntityProperty
e.g.UserCreate
andAuthLogin
instead ofcreateUser
andlogin
. This benefits will be more self-evident as the codebase grows.