Releases: Avocarrot/authentication-client
Releases · Avocarrot/authentication-client
Make last login user attribute writeable
Include last login date in retrieved user object
v3.1.1 feat (user) : include last login date in retrieved user object (#22)
Registration email verification
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
Merge pull request #20 from Avocarrot/fix/includeDist fix: include bundle for ember consumers
Propagate API Errors to consumers as objects
Merge pull request #20 from Avocarrot/fix/includeDist fix: include bundle for ember consumers
Replaces `window.replace` calls with `window.location.assign`
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
v2.9.0 feat(user-roles): Adds user roles (#16)
Adds code transpilation on package build
v2.8.0 chore(dist): Removes dist directory from gitignore
Adds adblocking detection functionality
Merge pull request #13 from Avocarrot/feat/adblocker-detection feat(adblocker-detection): Adds adblocking detection functionality
Adds redirector module to support authenticated redirects
v2.6.3 fix(lint): Fixes linting issues