Auth Update
This release is mainly for small bug fixes and updates. The only notable breaking change is to the endpoints that relate to authentication. Instead of them being routed through users, there is now a separate end point for authentication /auth. So for example any calls to users/login should now be re-routed to auth/login
- Breaking: Authenication routed through /auth instead of /users - see 0f8f0cc
- Updated readme with new endpoints - see d8cca0b
- Upgraded test to use ES6 syntax - see 6e7215a
- Updated test dependencies - see c68549f
- Fixed TS upgrade errors - see 1dd75f1
- Updated comments and formatting - see 1b9858a
- Updated formatting - see 4ac3e7d
- DB initialization done outside of controllers - see 232a9d3
- Moving some of the users logic into an auth controller - see f2c8138
- Updated startup to use async function - see 3985de3
- Updated some user endpoints for consistency - see 94364fe
- Updated comment - see c4da813
- Merge branch 'dev' of github.com:Webinate/users into dev - see b026d8c
- Updated example json to include mail section - see 8033dae
- Updated docs reference to gulp commands - see 01a5abf
- Added check for socketApiKey - see 466a514