Is it possible to create a webapp on Google App Engine which can only be accessed by a single user? I’m thinking of a simple task management app for private usage.
Yes, I’ve already looked this up on the GAE docs, but I don’t really understand what their domain based authentication system means.
Of course. Just do
once the User object has been created.