5 ms·
When Google is doing your authentication for you? This node is about rolling your own auth.
by unepipe 12y ago
When Google is doing your authentication for you? This node is about rolling your own auth.
- markdown 12y agoNot 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.