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

Aside: Angular with Auth0 and an authenticated Node API.

Results 41 angular-auth0-aside issues
Sort by recently updated
recently updated
newest added

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.6.0 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.11 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

Bumps [express-jwt](https://github.com/auth0/express-jwt) from 5.3.1 to 6.0.0. Commits 678f3b0 6.0.0 7ecab5f Merge pull request from GHSA-6g6m-m6h5-w9gf 304a1c5 Made algorithms mandatory e9ed6d2 5.3.3 8662579 Make clearer sections in the Readme d3e86bf Update...

dependencies

The InterceptorService currently (AFAICT) creates a new subscription for each http request and never unsubscribes - this causes 3 issues: 1. Memory leak 2. If the token ever gets refreshed...

After I successfully login, I see my name and the Logout button. However, if I refresh the browser page, my name and the Logout button is no longer visible. All...

I'm looking for a way to test HomeComponent without using the real ApiService or AuthService using Angular 7 and rxjs 6.5. Use of Observable.of appears to be deprecated in v6.5.