- fix lint, update deps
- fixing test user email
- Merge pull request #9 from Authmaker/feature/expose-common-models
- stop supporting node 4
- updating lodash
- fixing tests
- trying to fix travis build
- bumping @authmaker/common
- updating @authmaker/common and exposing models
- Merge pull request #8 from Authmaker/feature/getModelUpgrade
- upgrading node version for Travis
- updating authmaker-common
- upgrading authmaker-common and implementing async getModel
- adding to .gitignore
- exposing mongoose models
- stop using startsWith for node 0.12
- Merge pull request #6 from Authmaker/feature/bugfix
- fixing "application wide" rate limiting
- fixing strange date behavior because of mongoose coercing a moment object
- fixing the requiredScope behavior for non rate limited verify
- Merge pull request #5 from Authmaker/feature/authmakerCommon
- implementing authmaker-common and refactoring
- Merge pull request #4 from Authmaker/feature/defaultScope
- fixing the number of time periods allowed for the auditTrail
- allowing the ability for a default scope
- Merge pull request #3 from Authmaker/feature/auditTrailRateLimiting
- changing rate limit to be >= to prevent +1 request getting through
- preventing a bit of human error in defining scopes - stripping whitespace around segments
- added error handling for malformed scopes and missing arguments
- rate limiting working
- Merge pull request #2 from Authmaker/feature/userScopes
- adding getAccounts and getActiveScopes function to user
- copying models over from authmaker