Skip to content

Releases: Avocarrot/authentication-client

Make last login user attribute writeable

08 Dec 09:49
32aa41d
Compare
Choose a tag to compare
feat (users) : expose last login date setter to consumers (#23)

* feat (users) : expose last login date setter to consumers

* refactor (stubs) : update sinon stub syntax

* chore (semver) : bump version

Include last login date in retrieved user object

07 Dec 11:19
e4d0c4a
Compare
Choose a tag to compare
v3.1.1

feat (user) : include last login date in retrieved user object (#22)

Registration email verification

01 Dec 16:21
c397662
Compare
Choose a tag to compare
feat (signup) : add confirmations resource, respond with vnd errors

* add confirmations resource 

* bump version to 3.1.0

* transform received errors to JSONAPI format

Dummy release to force update packages that caches erroneous 3.0.0 release

20 Nov 15:16
514678b
Compare
Choose a tag to compare
Merge pull request #20 from Avocarrot/fix/includeDist

fix: include bundle for ember consumers

Propagate API Errors to consumers as objects

15 Nov 14:19
514678b
Compare
Choose a tag to compare
Merge pull request #20 from Avocarrot/fix/includeDist

fix: include bundle for ember consumers

Replaces `window.replace` calls with `window.location.assign`

31 May 14:22
Compare
Choose a tag to compare
Fix security issues (#18)

* point to `dev`

* fix(redirect): pushState

window.replace is causing problems in navigation, as
it breaks the browser history. Using history.pushState
redirects as `replace` but it preserves the history.

* fix(package.json)

Set main file back to the build

* feat(new-bundle)

Update bundle with latest changes

* Update package.json

* fix(security)

pushState() is causing problems. try with
`location.assign`

* feat(new-build)

* feat(new-version)

Adds user roles

21 May 15:16
Compare
Choose a tag to compare
v2.9.0

feat(user-roles): Adds user roles (#16)

Adds code transpilation on package build

20 May 11:07
Compare
Choose a tag to compare
v2.8.0

chore(dist): Removes dist directory from gitignore

Adds adblocking detection functionality

27 Apr 14:28
Compare
Choose a tag to compare
Merge pull request #13 from Avocarrot/feat/adblocker-detection

feat(adblocker-detection): Adds adblocking detection functionality

Adds redirector module to support authenticated redirects

18 Apr 09:41
Compare
Choose a tag to compare
v2.6.3

fix(lint): Fixes linting issues