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

### Description Updates Angular to 14. Also updates `typedoc` because of a conflicting `peerDependency` on `typescript`. This also migrates to ESLint, as TSLint has been removed in the process of...

After migrating to Angular 13, now I get this message when building: ``` ⠙ Generating browser application bundles (phase: setup)...Processing legacy "View Engine" libraries: - @auth0/auth0-angular [es2015/esm2015] (git+https://github.com/auth0/auth0-angular.git) - @auth0/angular-jwt...

feature request

### Describe the problem you'd like to have solved > According the description [here](https://www.npmjs.com/package/@auth0/auth0-angular#dynamic-configuration), Auth0 module could only be configured during APP_INITIALIZER. In my scenario, it can not work. I...

feature request

### Describe the problem The `auth.user$` is called twice on page refresh (or when returning from universal login), while other similar observable such as `auth.isAuthenticated$` do not trigger twice. The...

bug report

### Description Restructures the readme file based on our internal design to try and create a uniform experience across the readme's of our different SDKs. - [ ] Add header...

### Describe the problem Good Day, Has this library been upgraded to Angular 14, we have one project heavily reliant on this and experiencing serious optimization issues due to the...

bug report

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...

If we have an `AuthGuard` to prevent unauthenticated access to the protected routes, then why are we redirecting the user to an error page if the [`auth0Client.checkSession`](https://github.com/auth0/auth0-angular/blob/a6c8a61fd7d071daadb113de7506723b4e4e8d57/projects/auth0-angular/src/lib/auth.service.ts#L104) fails? I'm not...

feature request
need more info

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...

### Checklist - [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 found a suitable solution or answer. - [X] I have looked into the [API...

question
need more info