Skip to content

Commit

Permalink
fix: update supabase keys for auth (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
k1nho authored Mar 15, 2024
1 parent 3683f6d commit 247c431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/auth/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package auth

const (
codeChallengeLength = 87
supabaseID = "ibcwmlhcimymasokhgvn"
supabasePublicKey = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiYW5vbiIsImlhdCI6MTYyOTkzMDc3OCwiZXhwIjoxOTQ1NTA2Nzc4fQ.zcdbd7kDhk7iNSMo8SjsTaXi0wlLNNQcSZkzZ84NUDg"
supabaseID = "fcqqkxwlntnrtjfbcioz"
supabasePublicKey = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImZjcXFreHdsbnRucnRqZmJjaW96Iiwicm9sZSI6ImFub24iLCJpYXQiOjE2OTg0MTkyNzQsImV4cCI6MjAxMzk5NTI3NH0.ymWWYdnJC2gsnrJx4lZX2cfSOp-1xVuWFGt1Wr6zwtg"
authCallbackAddr = "localhost:3000"
)

0 comments on commit 247c431

Please sign in to comment.