cypherpunkengineering / cypherpunk-vpn-ios

Cypherpunk Privacy VPN app for Apple iOS 8+ devices
0 stars 0 forks source link

On login screen, "Forgot password" link should call API #42

Open wiz opened 7 years ago

wiz commented 7 years ago

POST /api/v1/account/password/recover { email } -> 202 password recovery email will be sent if account exists -> 4?? { error, [message] } other error

corosukeK commented 7 years ago

KeisukeKimura-no-MacBook-Pro:~ corosuke$ curl -i -X POST -H 'Content-type:application/json' -d '{"email":"kimura@uphyca.com"}' https://cypherpunk.com/api/v1/account/password/recover HTTP/1.1 404 Not Found X-Frame-Options: sameorigin X-Content-Type-Options: nosniff Content-Security-Policy: frame-src 'self' https://*.stripe.com; img-src 'self'; script-src 'self' https://js.stripe.com 'unsafe-inline'; default-src 'self'; style-src 'self' 'unsafe-inline'; object-src 'none' Strict-Transport-Security: max-age=864000; includeSubDomains X-Cloud-Trace-Context: ea936768834cb5d7c6960c8ec9f4f69e;o=1 Date: Thu, 24 Nov 2016 06:38:21 GMT Content-Type: text/html Server: Google Frontend Content-Length: 9

not found