diff --git a/CHANGELOG.md b/CHANGELOG.md index 6245601e..eb62e346 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## [v0.2.0](https://github.com/auth0/auth0-angular/tree/v0.2.0) (2020-08-14) + +[Full Changelog](https://github.com/auth0/auth0-angular/compare/v0.1.0...v0.2.0) + +**Added** + +- Improve the release pipeline [\#31](https://github.com/auth0/auth0-angular/pull/31) ([lbalmaceda](https://github.com/lbalmaceda)) +- Add task to generate docs [\#27](https://github.com/auth0/auth0-angular/pull/27) ([lbalmaceda](https://github.com/lbalmaceda)) +- Improve playground with options [\#26](https://github.com/auth0/auth0-angular/pull/26) ([lbalmaceda](https://github.com/lbalmaceda)) +- Add temporary early access installation notes [\#25](https://github.com/auth0/auth0-angular/pull/25) ([lbalmaceda](https://github.com/lbalmaceda)) + +**Removed** + +- Remove Regex support from the HTTP interceptor [\#29](https://github.com/auth0/auth0-angular/pull/29) ([stevehobbsdev](https://github.com/stevehobbsdev)) + ## [v0.1.0](https://github.com/auth0/auth0-angular/tree/v0.1.0) (2020-07-31) **Early Access Release** diff --git a/docs/classes/abstractnavigator.html b/docs/classes/abstractnavigator.html index b923ae4c..3f007f01 100644 --- a/docs/classes/abstractnavigator.html +++ b/docs/classes/abstractnavigator.html @@ -3177,7 +3177,7 @@

constructor

  • Defined in projects/auth0-angular/src/lib/abstract-navigator.ts:9
  • @@ -3228,7 +3228,7 @@

    navigateByUrl

  • Defined in projects/auth0-angular/src/lib/abstract-navigator.ts:24
  • diff --git a/docs/classes/auth0clientfactory.html b/docs/classes/auth0clientfactory.html index 5c6953b0..eff21927 100644 --- a/docs/classes/auth0clientfactory.html +++ b/docs/classes/auth0clientfactory.html @@ -3166,7 +3166,7 @@

  • Defined in projects/auth0-angular/src/lib/auth.client.ts:7
  • diff --git a/docs/classes/authguard.html b/docs/classes/authguard.html index dbe7d9b5..0d55f4b7 100644 --- a/docs/classes/authguard.html +++ b/docs/classes/authguard.html @@ -3188,7 +3188,7 @@

    constructor

  • Defined in projects/auth0-angular/src/lib/auth.guard.ts:14
  • @@ -3244,7 +3244,7 @@

    canActivate

  • Defined in projects/auth0-angular/src/lib/auth.guard.ts:17
  • diff --git a/docs/classes/authhttpinterceptor.html b/docs/classes/authhttpinterceptor.html index 3eed9be8..ad3bd800 100644 --- a/docs/classes/authhttpinterceptor.html +++ b/docs/classes/authhttpinterceptor.html @@ -3199,7 +3199,7 @@

    constructor

  • Defined in projects/auth0-angular/src/lib/auth.interceptor.ts:24
  • @@ -3271,7 +3271,7 @@

    intercept

  • Defined in projects/auth0-angular/src/lib/auth.interceptor.ts:30
  • diff --git a/docs/classes/authmodule.html b/docs/classes/authmodule.html index c9f6859e..7f5e0e57 100644 --- a/docs/classes/authmodule.html +++ b/docs/classes/authmodule.html @@ -3174,7 +3174,7 @@

  • Defined in projects/auth0-angular/src/lib/auth.module.ts:10
  • diff --git a/docs/classes/authservice.html b/docs/classes/authservice.html index 7a90340e..9baa22da 100644 --- a/docs/classes/authservice.html +++ b/docs/classes/authservice.html @@ -3288,7 +3288,7 @@

    constructor

  • Defined in projects/auth0-angular/src/lib/auth.service.ts:59
  • @@ -3353,7 +3353,7 @@

  • Defined in projects/auth0-angular/src/lib/auth.service.ts:49
  • @@ -3383,7 +3383,7 @@

  • Defined in projects/auth0-angular/src/lib/auth.service.ts:47
  • @@ -3414,7 +3414,7 @@

  • Defined in projects/auth0-angular/src/lib/auth.service.ts:55
  • @@ -3451,7 +3451,7 @@

    getAccessTokenSilently

  • Defined in projects/auth0-angular/src/lib/auth.service.ts:191
  • @@ -3542,7 +3542,7 @@

    getAccessTokenWithPopup

  • Defined in projects/auth0-angular/src/lib/auth.service.ts:211
  • @@ -3610,7 +3610,7 @@

    loginWithPopup

  • Defined in projects/auth0-angular/src/lib/auth.service.ts:128
  • @@ -3693,7 +3693,7 @@

    loginWithRedirect

  • Defined in projects/auth0-angular/src/lib/auth.service.ts:107
  • @@ -3757,7 +3757,7 @@

    logout

  • Defined in projects/auth0-angular/src/lib/auth.service.ts:156
  • @@ -3821,7 +3821,7 @@

    ngOnDestroy

  • Defined in projects/auth0-angular/src/lib/auth.service.ts:90
  • diff --git a/docs/globals.html b/docs/globals.html index 9237364e..d6c2c72c 100644 --- a/docs/globals.html +++ b/docs/globals.html @@ -3150,6 +3150,7 @@

    Auth0 Angular SDK - Early Access

    Table of Contents

    + +

    Documentation

    +
    + Table of Contents >

    Installation

    -

    The package is still not available on the NPM public registry.

    -

    - In order to install it, visit the - RELEASES - section, download the .tgz file, and run the following - npm command: -

    -
    npm install /path/to/auth0-auth0-angular-x.y.z.tgz
    -

    - Make sure the path and filename matches the file you've - downloaded. -

    +

    Using npm:

    +
    npm install @auth0/auth0-angular
    Register the authentication module AuthModule.forRoot({ domain: 'YOUR_AUTH0_DOMAIN', clientId: 'YOUR_AUTH0_CLIENT_ID', - redirectUri: window.location.origin, }), ], @@ -3282,6 +3287,15 @@

    Add login to your application

    this.auth.loginWithRedirect(); } } +

    + By default the application will ask Auth0 will redirect back to the + root URL of your application after authentication, but this can be + configured by setting the + redirectUri option. +

    On your template, provide a button that will allow the user to log in to the application. Use the @@ -3448,6 +3462,9 @@

    Call an API

    // Use a string to match the URL exactly '/api', + // Use a wildcard to match URLs that start with this value + '/api/*', + // Use a regex to match anything starting with /api /^\/api/, @@ -3615,7 +3632,7 @@

    Vulnerability Reporting

    Please do not report security vulnerabilities on the public GitHub issue tracker. The - Responsible Disclosure Program details the procedure for disclosing security issues. @@ -3818,17 +3835,15 @@

    ApiRouteDefinition

    class="tsd-signature-type" >HttpInterceptorRouteConfig | string | RegExp + >string