Commit 36276ea2 authored by 0Tyler's avatar 0Tyler

Readme update

parent 1f50b710
......@@ -8,3 +8,6 @@ The demo is written on top of Google App Engine. Run
$ mvn appengine:devserver
```
for a local development server instance.
## Intellij 啟動與偵錯
https://cloud.google.com/code/docs/intellij/deploy-local
\ No newline at end of file
......@@ -3,7 +3,9 @@ package com.google.webauthn.gaedemo.service;
import com.google.appengine.api.users.User;
public class UserProxyService {
private static UserProxyService instance;
private User user;
public UserProxyService() {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment