UNPKG

1.26 kBMarkdownView Raw
1
21.3.3 / 2015-07-02
3==================
4
5 * stop using startsWith for node 0.12
6
71.3.2 / 2015-07-02
8==================
9
10 * Merge pull request #6 from Authmaker/feature/bugfix
11 * fixing "application wide" rate limiting
12 * fixing strange date behavior because of mongoose coercing a moment object
13 * fixing the requiredScope behavior for non rate limited verify
14
151.3.1 / 2015-07-02
16==================
17
18 * Merge pull request #5 from Authmaker/feature/authmakerCommon
19 * implementing authmaker-common and refactoring
20
211.3.0 / 2015-06-30
22==================
23
24 * Merge pull request #4 from Authmaker/feature/defaultScope
25 * fixing the number of time periods allowed for the auditTrail
26 * allowing the ability for a default scope
27
281.2.0 / 2015-06-30
29==================
30
31 * Merge pull request #3 from Authmaker/feature/auditTrailRateLimiting
32 * changing rate limit to be >= to prevent +1 request getting through
33 * preventing a bit of human error in defining scopes - stripping whitespace around segments
34 * added error handling for malformed scopes and missing arguments
35 * rate limiting working
36 * Merge pull request #2 from Authmaker/feature/userScopes
37 * adding getAccounts and getActiveScopes function to user
38 * copying models over from authmaker