UNPKG

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