Skip to content

Releases: Turbasen/Auth

v3.0.3

19 Jul 08:34
Compare
Choose a tag to compare

<a name"3.0.3">

3.0.3 (2016-07-19)

Bug Fixes

  • lint: resolve import/no-extraneous-dependencies errors (1ebf2665)

v3.0.2

05 Jul 11:07
Compare
Choose a tag to compare

<a name"3.0.2">

3.0.2 (2016-07-05)

Bug Fixes

  • AbstractUser:
    • make isOwner return false when this.provider is not defined (912f6c75)
    • correctly decrement user rate limit (a572a125)

v3.0.1

04 Jul 11:06
Compare
Choose a tag to compare

<a name"3.0.1">

3.0.1 (2016-07-04)

Bug Fixes

  • middleware: correct ordering of HttpError params (8c31061b)

v3.0.0

04 Jul 10:50
Compare
Choose a tag to compare

<a name"3.0.0">

3.0.0 (2016-07-04)

Features

  • user:
    • move cache management to User class (c28af61b)
    • move type definition to AbstractUser (5f198e92)

Breaking Changes

  • API exposed by User classes rewritten.

    (c28af61b)

v2.1.0

03 Jul 20:30
Compare
Choose a tag to compare

<a name"2.1.0">

2.1.0 (2016-07-03)

Features

  • test: use test data from @turbasen/test-data (e597da09)

v2.0.0

03 Jul 19:22
Compare
Choose a tag to compare

<a name"2.0.0">

2.0.0 (2016-07-03)

Features

  • api:
    • export auth.middleware for convenience (61ecaf70)
    • depend on @turbasen/db-redis and @turbasen/db-mongo (205461eb)

Breaking Changes

  • Middleware constructor no longer takes a redis and
    mongo option when instanciating the middleware. Instead it depends
    on @turbasen/db-redis and @turbasen/db-mongo for database
    connections.

    (205461eb)

v1.0.2

01 Jul 13:03
Compare
Choose a tag to compare

<a name"1.0.2">

1.0.2 (2016-07-01)

Bug Fixes

  • package: add missing greenkeeper-postpublish script (5eb3c700)

v1.0.1

01 Jul 12:59
Compare
Choose a tag to compare

<a name"1.0.1">

1.0.1 (2016-07-01)

Bug Fixes

  • package: add missing libraries to npm package (fd12b17d)

v1.0.0

01 Jul 12:41
Compare
Choose a tag to compare

<a name"1.0.0">

1.0.0 (2016-07-01)

Bug Fixes

  • test:
    • remove monkey inspection of function params (62c5cba7)
    • use env vars for db connection (6d6ba741)
  • wercker: wait for MongoDB to start before starting build (e4828b71)

Features

  • api:
    • add authentication example server (cbb73ffe)
    • add authentication middleware (ce4d9b34)