Skip to content

Releases: auth0/auth0-angular

v1.6.0

14 Jul 16:24
a207935
Compare
Choose a tag to compare

Added

Fixed

  • [SDK-2635] Avoid emitting error when calling endpoints using allowAnonymous #180 (frederikprijck)

v1.5.1

25 May 09:46
eaecf5c
Compare
Choose a tag to compare

Changed

v1.5.0

06 May 15:30
0b07546
Compare
Choose a tag to compare

Added

v1.4.1

14 Apr 08:11
fa2bf71
Compare
Choose a tag to compare

Added

Changed

  • Remove unnecessary returns from tap #141 (sorohan)
  • Only emit user$ and idTokenClaims$ when login, logout or token changed #131 (frederikprijck)

v1.4.0

26 Mar 10:19
a0ff1b7
Compare
Choose a tag to compare

Added

Changed

v1.3.2

21 Jan 11:39
641720b
Compare
Choose a tag to compare

Changed

Fixed

v1.3.1

21 Dec 09:32
cb4b215
Compare
Choose a tag to compare

Changed

Fixed

Security

v1.3.0

03 Dec 14:24
dc8e2fe
Compare
Choose a tag to compare

Added

Changed

Fixed

  • [SDK-2140] Emit null for user and idTokenClaims when logged out #90 (frederikprijck)

Security

v1.2.0

22 Oct 19:02
da40b40
Compare
Choose a tag to compare

Added

Fixed

v1.1.0

15 Oct 09:56
3903a5c
Compare
Choose a tag to compare

This PR adds the ability to configure the SDK dynamically using a factory function as an alternative to using AuthModule.forRoot. This is useful for cases where an APP_INITIALIZER is being used to download configuration from an external source asynchronously before the application loads.

Please see the readme for a more detailed usage example.

Detail

  • [SDK-1976] Dynamic configuration (alternative to AuthModule.forRoot) #62 (stevehobbsdev)