auth0-angular

Auth0 SDK for Angular Single Page Applications

MIT License

Downloads
270.7K
Stars
176
Committers
24

Bot releases are hidden (Show)

auth0-angular - v1.5.0

Published by frederikprijck over 3 years ago

Added

auth0-angular - v1.4.1

Published by frederikprijck over 3 years ago

Added

Changed

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

Published by frederikprijck over 3 years ago

Added

Changed

auth0-angular - v1.3.2

Published by frederikprijck over 3 years ago

Changed

Fixed

auth0-angular - v1.3.1

Published by frederikprijck almost 4 years ago

Changed

Fixed

Security

auth0-angular - v1.3.0

Published by frederikprijck almost 4 years ago

Added

Changed

Fixed

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

Security

auth0-angular - v1.2.0

Published by frederikprijck almost 4 years ago

Added

Fixed

auth0-angular - v1.1.0

Published by stevehobbsdev about 4 years ago

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)
auth0-angular - v1.0.0

Published by stevehobbsdev about 4 years ago

Auth0 Angular SDK is a brand new SDK from Auth0 that makes integrating your Angular apps with Auth0 quick and easy.

Features:

  • Perform login and logout operations
  • Retrieve the user profile
  • Protect routes from unauthenticated users
  • Automatically attach Authorization headers with an access token when calling your APIs
  • ng add support

Here is the changelog since the previous 0.2.1 release:

Added

Changed

  • [SDK-1895] Add options to match HTTP requests based on HTTP method #48 (stevehobbsdev)
  • Update Readme with more badges and rewording of expectations #40 (stevehobbsdev)

Removed

Fixed

  • docs: add return type to the example in the README #44 (ahasall)
  • [SDK-1923] Improve readability of Calling an API section in the readme #42 (stevehobbsdev)
  • Fix publish script using the new release version #39 (lbalmaceda)
auth0-angular - v0.2.0

Published by lbalmaceda about 4 years ago

Full Changelog

Added

Removed

auth0-angular - v0.2.1

Published by lbalmaceda about 4 years ago

Full Changelog

Changed

auth0-angular - v0.1.0

Published by lbalmaceda about 4 years ago

First Early Access release of the auth0-angular wrapper. Follow the readme for documentation and sample usage.

Installation

In order to install this package on your application, download the auth0-auth0-angular-0.1.0.tgz file and run the following command

npm install /path/to/auth0-auth0-angular-0.1.0.tgz

Changes

Added

Fixed