implement auth using Auth0

This commit is contained in:
2025-12-29 23:49:23 -07:00
parent c9100383e4
commit cc74842e63
18 changed files with 797 additions and 212 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ func NewWebhookHandler(
// TODO: response with a redirect to the user's account page (SUCCESS - new sign up or login)!
http.Redirect(w, r, fmt.Sprintf("/site/accounts/%d", acctID), http.StatusSeeOther)
http.Redirect(w, r, fmt.Sprintf("/accounts/%d", acctID), http.StatusSeeOther)
})
return mux