Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save paoloumali/a6d350207e83b66889efedc102ee1fb0 to your computer and use it in GitHub Desktop.
Save paoloumali/a6d350207e83b66889efedc102ee1fb0 to your computer and use it in GitHub Desktop.
Authentication
- Make it simple
- Make auth a separate service which can scale when needed
- Lessen hit by making a throttled search first if user requested to auth is existing
- When found, proceed to hash check
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment