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)