Closed goodforever closed 3 years ago
The documentation is really lacking. But from the README, my guess is that you have to implement the confirmation link by yourself.
In which you need to make a POST request to /verify
with payload of
{
"type": "signup",
"token": "HD7AQaGFHWaVdsPEZ3d88Q"
}
@bboyz269 thanks!
This issue has been automatically marked as stale because it has not had activity in 1 year. It will be closed in 7 days if no further activity occurs. Thanks!
This issue was closed because it had no activity for over 1 year.
Do you want to request a feature or report a bug? bug
What is the current behavior? After I signed up, I got confirm email with link (http://localhost:9999/verify#confirmation_token=HD7AQaGFHWaVdsPEZ3d88Q) (I set GOTRUE_MAILER_URLPATHS_CONFIRMATION=/verify)
If the current behavior is a bug, please provide the steps to reproduce. I click this email , I got "HTTP ERROR 405"
What is the expected behavior? I think the link URL is error ,
Please mention your Go version, and operating system version. go version go1.10.3 darwin/amd64