Skip to content

Commit 2c3ba13

Browse files
hperlory-bot
authored andcommitted
Merge branch 'fosite-monorepo'
GitOrigin-RevId: 0496a85128a8006a1bdf0fb9ef3c393b31f90145
1 parent bcbdf2f commit 2c3ba13

File tree

392 files changed

+47232
-142
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

392 files changed

+47232
-142
lines changed

aead/aead.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package aead
66
import (
77
"context"
88

9-
"github.com/ory/fosite"
9+
"github.com/ory/hydra/v2/fosite"
1010
)
1111

1212
// Cipher provides AEAD (authenticated encryption with associated data). The

client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ import (
1414

1515
"github.com/ory/pop/v6"
1616

17-
"github.com/ory/fosite"
1817
"github.com/ory/hydra/v2/driver/config"
18+
"github.com/ory/hydra/v2/fosite"
1919
"github.com/ory/hydra/v2/x"
2020
"github.com/ory/x/sqlxx"
2121
)

client/client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
"github.com/stretchr/testify/assert"
1010

11-
"github.com/ory/fosite"
11+
"github.com/ory/hydra/v2/fosite"
1212
)
1313

1414
var _ fosite.OpenIDConnectClient = new(Client)

client/error.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package client
66
import (
77
"net/http"
88

9-
"github.com/ory/fosite"
9+
"github.com/ory/hydra/v2/fosite"
1010
)
1111

1212
var ErrInvalidClientMetadata = &fosite.RFC6749Error{

client/handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ import (
1515

1616
"github.com/pkg/errors"
1717

18-
"github.com/ory/fosite"
1918
"github.com/ory/herodot"
19+
"github.com/ory/hydra/v2/fosite"
2020
"github.com/ory/hydra/v2/x"
2121
"github.com/ory/x/httprouterx"
2222
"github.com/ory/x/jsonx"

client/manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package client
66
import (
77
"context"
88

9-
"github.com/ory/fosite"
9+
"github.com/ory/hydra/v2/fosite"
1010
keysetpagination "github.com/ory/x/pagination/keysetpagination_v2"
1111
)
1212

client/manager_test_helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818

1919
"github.com/ory/x/uuidx"
2020

21-
"github.com/ory/fosite"
21+
"github.com/ory/hydra/v2/fosite"
2222
testhelpersuuid "github.com/ory/hydra/v2/internal/testhelpers/uuid"
2323
"github.com/ory/hydra/v2/x"
2424
"github.com/ory/x/assertx"

client/registry.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ package client
66
import (
77
"github.com/ory/hydra/v2/driver/config"
88

9-
"github.com/ory/fosite"
10-
foauth2 "github.com/ory/fosite/handler/oauth2"
11-
"github.com/ory/fosite/handler/rfc8628"
12-
enigma "github.com/ory/fosite/token/hmac"
9+
"github.com/ory/hydra/v2/fosite"
10+
foauth2 "github.com/ory/hydra/v2/fosite/handler/oauth2"
11+
"github.com/ory/hydra/v2/fosite/handler/rfc8628"
12+
enigma "github.com/ory/hydra/v2/fosite/token/hmac"
1313
"github.com/ory/hydra/v2/jwk"
1414
"github.com/ory/hydra/v2/x"
1515
)

client/validator_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ import (
1717
"github.com/stretchr/testify/assert"
1818
"github.com/stretchr/testify/require"
1919

20-
"github.com/ory/fosite"
2120
. "github.com/ory/hydra/v2/client"
2221
"github.com/ory/hydra/v2/driver"
2322
"github.com/ory/hydra/v2/driver/config"
23+
"github.com/ory/hydra/v2/fosite"
2424
"github.com/ory/hydra/v2/internal/testhelpers"
2525
"github.com/ory/hydra/v2/x"
2626
"github.com/ory/x/configx"

consent/csrf.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import (
1212
"github.com/gorilla/sessions"
1313
"github.com/pkg/errors"
1414

15-
"github.com/ory/fosite"
1615
"github.com/ory/hydra/v2/flow"
16+
"github.com/ory/hydra/v2/fosite"
1717
"github.com/ory/hydra/v2/x"
1818
"github.com/ory/x/mapx"
1919
)

0 commit comments

Comments
 (0)