auth0-angular icon indicating copy to clipboard operation
auth0-angular copied to clipboard

Auth0 SDK for Angular Single Page Applications

Results 60 auth0-angular issues
Sort by recently updated
recently updated
newest added

Bumps [tslib](https://github.com/Microsoft/tslib) from 2.6.3 to 2.7.0. Release notes Sourced from tslib's releases. v2.7.0 What's Changed Implement deterministic collapse of await in await using by @​rbuckton in microsoft/tslib#262 Use global 'Iterator.prototype'...

dependencies
javascript

By submitting a PR to this repository, you agree to the terms within the [Auth0 Code of Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md). Please see the [contributing guidelines](https://github.com/auth0/.github/blob/master/CONTRIBUTING.md) for how to create and submit a...

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 39.6.6 to 51.2.3. Release notes Sourced from eslint-plugin-jsdoc's releases. v51.2.3 51.2.3 (2025-06-24) Bug Fixes require-template, no-undefined-types, valid-types: properly parse template tags with defaults; fixes #1418 (#1419) (35e95a1)...

dependencies
javascript

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.25.13 to 0.28.5. Release notes Sourced from typedoc's releases. v0.28.5 Bug Fixes References to type aliases defined as mapped types will now correctly create a reference to...

dependencies
javascript

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=koa&package-manager=npm_and_yarn&previous-version=2.14.1&new-version=2.16.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....

dependencies
javascript

Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 2.79.2. Release notes Sourced from rollup's releases. v.2.79.2 2.79.2 2024-09-26 Bug Fixes Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles...

dependencies
javascript

### Checklist - [x] The issue can be reproduced in the [auth0-angular sample app](https://github.com/auth0-samples/auth0-angular-samples/tree/master/Sample-01) (or N/A). - [x] I have looked into the [Readme](https://github.com/auth0/auth0-angular#readme), [Examples](https://github.com/auth0/auth0-angular/blob/main/EXAMPLES.md), and [FAQ](https://github.com/auth0/auth0-angular/blob/main/FAQ.md) and have not...

bug
needs investigation

### Description This PR addresses a race condition in the `isAuthenticated$` observable that can occur during the login and logout flows. The issue manifests when the application navigates before the...

As per the [supported versions of Angular](https://angular.dev/reference/releases#actively-supported-versions), anything < 18 is no longer supported by google. As [called out in our readme](https://github.com/auth0/auth0-angular?tab=readme-ov-file#requirements), we only support versions of Angular that are...

### Checklist - [x] The issue can be reproduced in the [auth0-angular sample app](https://github.com/auth0-samples/auth0-angular-samples/tree/master/Sample-01) (or N/A). - [x] I have looked into the [Readme](https://github.com/auth0/auth0-angular#readme), [Examples](https://github.com/auth0/auth0-angular/blob/main/EXAMPLES.md), and [FAQ](https://github.com/auth0/auth0-angular/blob/main/FAQ.md) and have not...

documentation
question