Skip to content

Releases: Badisi/auth-js

@badisi/ngx-auth

07 Mar 21:55
Compare
Choose a tag to compare

v3.0.0 (2024-03-07)

⚠️ schematic does not support standalone application yet

BREAKING CHANGES

  • angular >= 14 is now required

Bug Fixes

  • #32: schematic error

Features

  • angular-ivy: library is now fully ivy compliant (290b6eb)

@badisi/ngx-auth

07 Mar 22:33
Compare
Choose a tag to compare

v2.0.0 (2024-03-07)

Bug Fixes

  • #35: query params are duplicated after redirect (4624490)

Features

  • demo app: demo now has a query params setting to play with

Dependencies

  • @badisi/auth-js: upgraded to 1.0.0

thanks to @ms-emp

@badisi/auth-js

07 Mar 21:42
Compare
Choose a tag to compare

v1.0.0 (2024-03-07)

Bug Fixes

  • #33: wrong default for mobileWindowPresentationStyle (010c83a)
  • #38: user is not kicked out if session or token expires and login is required (2e74b26)
  • #41: app freezes when dismissing android browser (6c238b1)
  • #43: regression in Auth0 logout (e5649a6)

@badisi/ngx-auth

28 Apr 12:14
Compare
Choose a tag to compare
@badisi/ngx-auth Pre-release
Pre-release

v2.0.0-beta.19 (2023-04-28)

Dependencies

@badisi/auth-js

28 Apr 12:14
Compare
Choose a tag to compare
@badisi/auth-js Pre-release
Pre-release

v1.0.0-beta.15 (2023-04-28)

Bug Fixes

  • signin-silent: make sure errors are thrown (6671233)

@badisi/ngx-auth

17 Mar 14:32
Compare
Choose a tag to compare
@badisi/ngx-auth Pre-release
Pre-release

v2.0.0-beta.18 (2023-03-17)

Bug Fixes

  • deps: nx is trying to help but what a mess with the peerDeps auto calculation !! (387364d)

Dependencies

@badisi/auth-js

17 Mar 14:32
Compare
Choose a tag to compare
@badisi/auth-js Pre-release
Pre-release

v1.0.0-beta.14 (2023-03-17)

Features

  • mobile: allow Window customizations (toolbar color, presentation style, width and height) (82a2946)

@badisi/ngx-auth

01 Mar 07:47
Compare
Choose a tag to compare
@badisi/ngx-auth Pre-release
Pre-release

v2.0.0-beta.17 (2023-03-01)

Improvements

  • nx: resolve nx deprecation notices (cedafde)
  • rxjs: throwing error directly is deprecated (756569e)

Features

  • #31: add SigninRedirectArgs to AuthService.login() (73045db)

Dependencies

@badisi/auth-js

01 Mar 07:47
Compare
Choose a tag to compare
@badisi/auth-js Pre-release
Pre-release

v1.0.0-beta.13 (2023-03-01)

Improvements

  • babel: @nrwl/web/babel is deprecated (c8cb7bf)
  • mobile: hide browsertab recommandation until it is really implemented (6f2e412)
  • nx: resolve nx deprecation notices (cedafde)

Bug Fixes

  • oidc-auth-manager: errors during sign-in silent are not displayed (eaadec7)

Features

  • #31: add SigninRedirectArgs to AuthService.login() (73045db)

@badisi/ngx-auth

13 Jan 11:06
Compare
Choose a tag to compare
@badisi/ngx-auth Pre-release
Pre-release

v2.0.0-beta.16 (2023-01-13)

Bug Fixes

  • lib: isAuthenticated should not be undefined (ad58526)
  • lib: also auto-inject token for hostnames starting with api (280cef4)
  • lib: deps warnings during install (4c4658d)
  • lib: take baseUrl into account when redirecting (aff0885)

Dependencies