Skip to content

Commit

Permalink
remove es256k from oauth package (#3096)
Browse files Browse the repository at this point in the history
  • Loading branch information
woutslakhorst authored May 10, 2024
1 parent 70d932c commit 3f1fd21
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 62 deletions.
27 changes: 0 additions & 27 deletions auth/oauth/jwx_es256k.go

This file was deleted.

33 changes: 0 additions & 33 deletions auth/oauth/jwx_es256k_test.go

This file was deleted.

2 changes: 1 addition & 1 deletion crypto/jwx_es256k.go → crypto/jwx/jwx_es256k.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
*/

package crypto
package jwx

import "github.com/lestrrat-go/jwx/v2/jwa"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
*/

package crypto
package jwx

import (
"crypto"
Expand Down

0 comments on commit 3f1fd21

Please sign in to comment.