Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
/fositePublic

Releases: ory/fosite

v0.49.0

12 Dec 13:51
653c812
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

Full Changelog:v0.48.0...v0.49.0

Contributors

  • @aeneasr
  • @dependabot
aeneasr and dependabot
Assets2
Loading

v0.48.0

04 Dec 08:32
db74aa7
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

  • fix: require redirect_uri for OpenID Connect calls by@aeneasr in#814
  • fix: pass JWK for singing so that KeyID is set in JWTs by@mitar in#799
  • fix: do not store stacktrace in sentinel errors by@mitar in#823
  • chore: minor improvements to readability and updated code style by@zepatrik in#827
  • feat: add identity ID to password grant extra claims by@hperl in#831
  • chore: update ory/x and ristretto by@aeneasr in#832
  • fix: remove duplicated matcher split by@acynothia in#834
  • revert: signature extraction in the HMAC strategy by@zepatrik in#835
  • chore: make serialization error wrappable by@aeneasr in#837

New Contributors

Full Changelog:v0.47.0...v0.47.1

Contributors

  • @hperl
  • @mitar
  • @aeneasr
  • @zepatrik
  • @acynothia
hperl, mitar, and 3 other contributors
Loading
aldas reacted with thumbs up emoji
1 person reacted

v0.47.0

16 Jul 08:29
3ec8db8
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

BREAKING CHANGES: Going forward, please instantiate the HMACSHAStrategy usingoauth2.NewHMACSHAStrategy():

-var hmacshaStrategy = oauth2.HMACSHAStrategy{-Enigma: &hmac.HMACStrategy{Config: &fosite.Config{GlobalSecret: []byte("foobarfoobarfoobarfoobarfoobarfoobarfoobarfoobar")}},-Config: &fosite.Config{-AccessTokenLifespan:   time.Hour * 24,-AuthorizeCodeLifespan: time.Hour * 24,-},-}+var hmacshaStrategy = oauth2.NewHMACSHAStrategy(+&hmac.HMACStrategy{Config: &fosite.Config{GlobalSecret: []byte("foobarfoobarfoobarfoobarfoobarfoobarfoobarfoobar")}},+&fosite.Config{+AccessTokenLifespan:   time.Hour * 24,+AuthorizeCodeLifespan: time.Hour * 24,+},+)

What's Changed

  • chore(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.3 by@dependabot in#800
  • chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by@dependabot in#804
  • chore(deps-dev): bump braces from 3.0.2 to 3.0.3 by@dependabot in#811
  • chore: remove unneeded dependency github.com/ecordell/optgen by@James-REANNZ in#810
  • chore(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.4 to 0.7.7 by@dependabot in#812
  • chore(deps): bump golang.org/x/net from 0.13.0 to 0.23.0 by@dependabot in#808
  • refactor: split HMAC SHA strategy by@aeneasr in#813
  • fix: WriteIntrospectionResponse should always issue headers by@mitar in#802
  • revert: splitting the HMAC SHA strategy (#813) by@aeneasr in#815
  • refactor: improve dependency injection capabilities by@aeneasr in#816

New Contributors

Full Changelog:v0.46.1...v0.47.0

Contributors

  • @mitar
  • @aeneasr
  • @dependabot
  • @James-REANNZ
mitar, aeneasr, and 2 other contributors
Loading

0.46.1

01 Mar 09:29
1f27af4
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
v0.46.1fix: use stdlib to check loopback address (#795)
Loading

0.46.0

13 Feb 08:20
9b98b55
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

New Contributors

Full Changelog:v0.45.0...v0.46.0

Contributors

  • @mitar
  • @vivshankar
  • @Suvink
  • @cfryanr
mitar, vivshankar, and 2 other contributors
Loading

0.45.0

03 Jan 12:07
2c69fd8
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

New Contributors

Full Changelog:v0.44.0...v0.45.0

Contributors

  • @hperl
  • @mgyongyosi
  • @james-d-elliott
  • @alnr
  • @n0izn0iz
  • @kralicky
  • @dependabot
  • @dtam-cybozu
hperl, mgyongyosi, and 6 other contributors
Loading

0.44.0

07 Dec 12:20
e570564
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
refactor: allow secret configuration to return errors (#726)BREAKING CHANGE: `GetGlobalSecret` and `GetRotatedGlobalSecrets` signatures changed and it is now possible to add an error.
Loading

0.43.0

10 Oct 07:01
Compare
Choose a tag to compare
Loading
v0.43.0chore: update repository templates to https://github.com/ory/meta/com…
Loading

v0.42.2

17 Apr 17:27
Compare
Choose a tag to compare
Loading
autogen(docs): regenerate and update changelog
Loading

v0.42.1

04 Feb 18:33
Compare
Choose a tag to compare
Loading
autogen(docs): regenerate and update changelog
Loading
Previous13451516
Previous

[8]ページ先頭

©2009-2025 Movatter.jp