Skip to content

v1.0.0

Compare
Choose a tag to compare
@stevehobbsdev stevehobbsdev released this 16 Sep 17:45
8c9912a

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)