Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2025

Bumps github.com/poteto-go/poteto from 1.3.4 to 1.10.1.

Release notes

Sourced from github.com/poteto-go/poteto's releases.

v1.10.1

1.10.1

@​2025/04/07 ~

1.10.X

@​2025/04/07 ~

1.10.0

@​2025/04/07 ~

// new oidc with cache mode
oidcConfig := middleware.OidcConfig {
  Idp: "google",
  ContextKey: "googleToken",
  CacheMode: true,
  JwksUrl: "https://www.googleapis.com/oauth2/v3/certs",
  CachedVerifyTokenSignature: oidc.CachedVerifyTokenSignature,
}
p.Register(
middleware.OidcWithConfig(
oidcConfig,
)
)

v1.9.1

1.9.X

@​2025/03/30 ~

1.9.1

@​2025/03/30

1.9.0

@​2025/03/30

  • FEAT: oidc middleware verify signature with jwks url by @​poteto0 in #285

... (truncated)

Changelog

Sourced from github.com/poteto-go/poteto's changelog.

1.10.1

@​2025/04/07 ~

1.10.0

@​2025/04/07 ~

// new oidc with cache mode
oidcConfig := middleware.OidcConfig {
  Idp: "google",
  ContextKey: "googleToken",
  CacheMode: true,
  JwksUrl: "https://www.googleapis.com/oauth2/v3/certs",
  CachedVerifyTokenSignature: oidc.CachedVerifyTokenSignature,
}
p.Register(
middleware.OidcWithConfig(
oidcConfig,
)
)

1.9.X

@​2025/03/30 ~

1.9.1

@​2025/03/30

1.9.0

@​2025/03/30

  • FEAT: oidc middleware verify signature with jwks url by @​poteto0 in #285
func main() {
  p := poteto.New()
  oidcConfig := middleware.OidcConfig {
    Idp: "google",
</tr></table> 

... (truncated)

Commits
  • 8da5575 Merge pull request #297 from poteto-go/20250407/typo
  • 8993f14 typo: fix
  • 1fecc44 Merge pull request #296 from poteto-go/20250407/patch-cache
  • 68c4eb2 patch: if not cached
  • b21211e Merge pull request #295 from poteto-go/20250407/go-cache
  • cf9446e rel: prepare -> 1.10.0
  • 527d5a0 chore: doc update
  • 75c50fa enh: cache jwk
  • 579d97e feat: middleware oidc support cache
  • dd55391 Merge pull request #293 from poteto-go/dependabot/go_modules/github.com/goccy...
  • Additional commits viewable in compare view

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/poteto-go/poteto](https://github.com/poteto-go/poteto) from 1.3.4 to 1.10.1.
- [Release notes](https://github.com/poteto-go/poteto/releases)
- [Changelog](https://github.com/poteto-go/poteto/blob/main/CHANGELOG.md)
- [Commits](poteto-go/poteto@v1.3.4...v1.10.1)

---
updated-dependencies:
- dependency-name: github.com/poteto-go/poteto
  dependency-version: 1.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 14, 2025
@github-actions
Copy link

Hello I'm Potetobot : ).
Thank you for your contribution.
Linting results are as follows (if none, it means no issues were found):

{}

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 5, 2025

Superseded by #29.

@dependabot dependabot bot closed this May 5, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/poteto-go/poteto-1.10.1 branch May 5, 2025 09:54
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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants