Y
Hacker News
new
|
ask
|
show
|
jobs
by
unepipe
4163 days ago
When Google is doing your authentication for you? This node is about rolling your own auth.
1 comments
markdown
4161 days ago
Not everyone has a Gmail account, so if your app is of any consequence, you won't use Google auth on GAE. You'll roll your own.
GAE won't let you upload and run modules that are C-based, so bcrypt is out of the question.
link
GAE won't let you upload and run modules that are C-based, so bcrypt is out of the question.