Releases: auth0/auth0-angular
Releases · auth0/auth0-angular
v1.0.0
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
- Add error handling capability #51 (stevehobbsdev)
- [SDK-1921] ng-add support #49 (stevehobbsdev)
- [SDK-1931] Add information regarding use inside Angular Universal projects #46 (stevehobbsdev)
- [SDK-1931] Add support for canActivateChild and canLoad in AuthGuard #45 (stevehobbsdev)
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
- Remove use of regex in API example snippets #41 (stevehobbsdev)
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)
v0.2.1
Changed
- Make the "publish" script copy the README file #36 (lbalmaceda)
- Add metadata to package #35 (stevehobbsdev)
v0.2.0
Added
- Improve the release pipeline #31 (lbalmaceda)
- Add task to generate docs #27 (lbalmaceda)
- Improve playground with options #26 (lbalmaceda)
- Add temporary early access installation notes #25 (lbalmaceda)
Removed
- Remove Regex support from the HTTP interceptor #29 (stevehobbsdev)
v0.1.0
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
- [SDK-1860] SDK Useragent #19 (stevehobbsdev)
- [SDK-1847, SDK-1848] Add HttpInterceptor to attach access tokens to requests #18 (stevehobbsdev)
- [SDK-1778] Add AuthGuard to protect unauthenticated users from accessing certain routes #16 (samjulien)
- [SDK-1846] Add ability to get new access tokens #15 (stevehobbsdev)
- Add playground app #14 (lbalmaceda)
- Enable access to isLoading
true
state #13 (stevehobbsdev) - Add husky pre-commit hook to run prettier #12 (lbalmaceda)
- Install and configure karma-junit-reporter #11 (stevehobbsdev)
- [SDK-1776] Add logout #9 (stevehobbsdev)
- [SDK-1780] Add user$ observable #8 (stevehobbsdev)
- Add navigator to handle routing after login #7 (stevehobbsdev)
- [SDK-1781] Add isAuthenticated observable #6 (stevehobbsdev)
- [SDK-1815] Add silent authentication #5 (stevehobbsdev)
- [SDK-1779] AuthService creation and login methods #4 (stevehobbsdev)
- Setup CI and Coverage #3 (lbalmaceda)
- [SDK-1783] Add ability to configure the SDK #2 (stevehobbsdev)
Fixed
- Fix type of the injected window service #23 (lbalmaceda)
- General fixes and tweaks to prep for EA release #21 (stevehobbsdev)
- [Housekeeping] Fix TSLint issues and upgrade dependencies #17 (stevehobbsdev)
- Fix popup auth to correctly set authenticated state after login #10 (stevehobbsdev)