Skip to content

Commit

Permalink
feat: add new header for validator
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Oct 24, 2024
1 parent 3a8ab67 commit 8476cbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/authenticator/auto_authenticator.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ func (a AutoAuthenticator) Auth(ctx context.Context, tokenString string) error {
"X-APP-Version-Code": []string{""},
"X-APP-Version": []string{""},
"X-APP-Name": []string{"soteria"},
"X-Original-URI": []string{"/v2/auth"},
"locale": []string{"en-US"},
}

Expand Down

0 comments on commit 8476cbf

Please sign in to comment.