Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 929 Bytes

File metadata and controls

23 lines (16 loc) · 929 Bytes

Users Authentication sample for Google App Engine

Open in Cloud Shell

This sample demonstrates how to use the Users API on Google App Engine.

Running locally

This example uses the Maven gcloud plugin. To run this sample locally:

$ mvn appengine:run

Deploying

In the following command, replace YOUR-PROJECT-ID with your Google Cloud Project ID.

$ mvn clean package appengine:deploy