I am getting started in web application development and am considering using Google App Engine. It's great that I can deploy the web app to the Google servers, but is that my only option? Can I use an authentication system different than the Google services?
It is available as a starting content in creating applications on CoderBuddy (for the most up to date version). |
||||
|
|
Google provides an SDK for running locally. It's a little slow and chunky, but works fine for development. As far as authentication, you can do whatever. The default Python framework include Google authentication for free, but you can always roll your own or use the auth modules for a framework like Django or Spring Security if you are using Java. |
|||
|
|