Skip to content

build(deps): bump github.com/vapor/jwt from 5.0.0-rc.1 to 5.1.1#21

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/swift/github.com/vapor/jwt-5.1.1
Open

build(deps): bump github.com/vapor/jwt from 5.0.0-rc.1 to 5.1.1#21
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/swift/github.com/vapor/jwt-5.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 18, 2024

Copy link
Copy Markdown
Contributor

Bumps github.com/vapor/jwt from 5.0.0-rc.1 to 5.1.1.

Release notes

Sourced from github.com/vapor/jwt's releases.

5.1.1 - Correctly conform JWTError to AbortError

What's Changed

Correctly conform JWTError to AbortError by @​0xTim in #162

Make sure JWTError now conforms to AbortError so error messages are returned as expected (and as in v4).

Fixes the token used in the tests so the tests now pass and add back the check for expired.

Reviewers

Thanks to the reviewers for their help:

This patch was released by @​0xTim

Full Changelog: vapor/jwt@5.1.0...5.1.1

5.1.0 - Add support for Firebase Authentication

What's Changed

Add support for Firebase Authentication by @​petrpavlik in #160

Add support for decoding Firebase Authentication JWT tokens.

  1. Provide project id when configuring your Vapor application
app.jwt.firebaseAuth.applicationIdentifier = firebaseProjectId
  1. Verify the token on a request
let token = try await req.jwt.firebaseAuth.verify()
let email = token.email
let name = token.name
let avatarUrl = token.avatarUrl
// ...
This patch was released by @​ptoffy

Full Changelog: vapor/jwt@5.0.0...5.1.0

5.0.0

What's Changed

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [github.com/vapor/jwt](https://github.com/vapor/jwt) from 5.0.0-rc.1 to 5.1.1.
- [Release notes](https://github.com/vapor/jwt/releases)
- [Commits](vapor/jwt@5.0.0-rc.1...5.1.1)

---
updated-dependencies:
- dependency-name: github.com/vapor/jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Nov 18, 2024
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.

0 participants