Skip to content

Releases: auth0/auth0-angular

v1.0.0

16 Sep 17:45
8c9912a
Compare
Choose a tag to compare

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)

v0.2.1

14 Aug 22:33
Compare
Choose a tag to compare

Full Changelog

Changed

v0.2.0

14 Aug 22:33
88405c5
Compare
Choose a tag to compare

Full Changelog

Added

Removed

v0.1.0

31 Jul 17:24
6adefa2
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

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