Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps @auth0/angular-jwt from 2.0.0 to 4.1.0.

Release notes

Sourced from @auth0/angular-jwt's releases.

v4.1.0

  • Use blacklist domains regardless of their protocol #644
  • Pass the HttpRequest to the tokenGetter #649

v4.0.0

From #622 avatsaev:

  • Angular 9 compatibility
  • Angular Ivy compatibility

v3.0.1

v3.0.0

Breaking change isTokenExpired now returns false if no expiry date is found inside the token. This is a change to align with the JWT spec, but may break applications that rely on the previous behavior.

#562 @atom-morgan

v2.1.2

  • Gracefully handle null/empty tokens #586

2.1.1

Full Changelog

  • Blacklist/Whitelist check fix #538
  • Refactor deep rxjs imports and use named define #608
  • fix(rxjs): remove imports from rxjs/internal #542

2.1.0

Changelog

Sourced from @auth0/angular-jwt's changelog.

Version 4.1.0 (2020-05-16)

Full Changelog

  • Support domains with a port other than the default HTTP ports (HTTP: 80, HTTPS: 443) #656

Version 4.1.1 (2020-05-15)

Full Changelog

  • Something went wrong pulishing v4.1.0, this version fixes that.

Version 4.1.0 (2020-05-15)

Full Changelog

  • Use blacklist domains regardless of their protocol #644
  • Pass the HttpRequest to the tokenGetter #649

Version 4.0.0 (2020-02-07)

Full Changelog

From #622 avatsaev:

  • Angular 9 compatibility
  • Angular Ivy compatibility

Version 3.0.1 (2019-10-28)

Full Changelog

Version 3.0.0 (2019-07-16)

Full Changelog

  • Breaking change isTokenExpired now returns false if no expiry date is found inside the token. This is a change to align with the JWT spec, but may break applications that rely on the previous behavior. #562 @atom-morgan

Version 2.1.2 (2019-07-15)

Full Changelog

  • Gracefully handle null/empty tokens #586

Version 2.1.1 (2019-07-01)

... (truncated)
Commits
  • bc723b8 4.1.0
  • 07289bd Merge pull request #649 from auth0/feature/tokengetter-request
  • a04c2c2 Update the docs to show the injected HttpRequest in the token getter
  • 3bc2be4 Pass the HttpRequest to the token getter
  • 07e880b Merge pull request #644 from auth0/fix/blacklist-url-scheme
  • f95b4b5 Merge pull request #646 from auth0/fix/custom-options-factory-documentation
  • 109291b Update whitelist check to consistently check for hostname
  • cc93f1c Do not autoformat readme
  • ac421bb Clarify that the options object can not be specified in 2 places
  • 5505bc1 Compare hostName instead of host to allow requests to urls with a port
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by sambego, a new releaser for @auth0/angular-jwt since your current version.


Dependabot compatibility score

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.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [@auth0/angular-jwt](https://github.com/auth0/angular2-jwt) from 2.0.0 to 4.1.0.
- [Release notes](https://github.com/auth0/angular2-jwt/releases)
- [Changelog](https://github.com/auth0/angular2-jwt/blob/master/CHANGELOG.md)
- [Commits](auth0/angular2-jwt@2.0.0...v4.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant