Skip to content

Commit

Permalink
fix: set cookie name to 'heimdall'
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-b-84 committed Jun 17, 2024
1 parent ada95de commit 0ba2051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ func handleVerifyOtp(res http.ResponseWriter, req *http.Request) {
}

cookie := http.Cookie{
Name: "jwt",
Name: "heimdall",
Value: tokenString,
Expires: expiryTime,
HttpOnly: true,
Expand Down

0 comments on commit 0ba2051

Please sign in to comment.