Skip to content

Commit

Permalink
feat: change package name
Browse files Browse the repository at this point in the history
  • Loading branch information
s00rk committed Nov 22, 2021
1 parent 6f3c240 commit f845a3b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jwt-models.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package firebaseverifytoken
package firebase_verify_token

type FirebaseInfo struct {
SignInProvider string `json:"sign_in_provider"`
Expand Down
2 changes: 1 addition & 1 deletion token_verifier.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package firebaseverifytoken
package firebase_verify_token

import (
"bytes"
Expand Down
5 changes: 2 additions & 3 deletions validatetoken.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package firebaseverifytoken
package firebase_verify_token

import (
"context"
Expand All @@ -8,8 +8,7 @@ import (
"strings"
)

type Config struct {
}
type Config struct{}

type FirebaseJwtPlugin struct {
next http.Handler
Expand Down

0 comments on commit f845a3b

Please sign in to comment.