Skip to content

Instantly share code, notes, and snippets.

@yosriady
Last active December 8, 2015 08:12
Show Gist options
  • Save yosriady/df6ae6e06b4c553e42ca to your computer and use it in GitHub Desktop.
Save yosriady/df6ae6e06b4c553e42ca to your computer and use it in GitHub Desktop.
  • /login by email & password
  • /register by email & password
  • /passwords/forgot
  • /passwords/reset
  • /oauth/fb

2FA, if user logs in with a new device with a new device ids OR new IP we need to send them a otp via email to validate.

Consider using Kong for authentication layer. We don't write our own crypto, so why should we write our own auth?

@yosriady
Copy link
Author

yosriady commented Dec 4, 2015

@yosriady
Copy link
Author

yosriady commented Dec 4, 2015

Trying out https://tyk.io/

@yosriady
Copy link
Author

yosriady commented Dec 4, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment