Skip to content

Commit

Permalink
chore: synchronize workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jul 15, 2024
1 parent 7c45420 commit eb3eeed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions handler/oauth2/providers.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright © 2024 Ory Corp
// SPDX-License-Identifier: Apache-2.0

package oauth2

import "github.com/ory/fosite"
Expand Down
3 changes: 2 additions & 1 deletion handler/oauth2/strategy_hmacsha_prefixed.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ package oauth2
import (
"context"
"fmt"
enigma "github.com/ory/fosite/token/hmac"
"strings"

enigma "github.com/ory/fosite/token/hmac"

"github.com/ory/fosite"
)

Expand Down

0 comments on commit eb3eeed

Please sign in to comment.