Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
webauthn-demo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Josh Ji
webauthn-demo
Commits
0239f0e2
Commit
0239f0e2
authored
Nov 22, 2021
by
0Tyler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
readme update
parent
324532ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
1 deletion
+17
-1
README.md
README.md
+17
-1
No files found.
README.md
View file @
0239f0e2
...
...
@@ -10,4 +10,20 @@ $ 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
https://cloud.google.com/code/docs/intellij/deploy-local
## 各流程呼叫API順序
```
- 註冊
1. BeginMakeCredential
2. FinishMakeCredential
3. RegisteredKeys
- 移除Credential
1. RemoveCredential
2. RegisteredKeys
- 登入
1. BeginGetAssertion
2. FinishGetAssertion
```
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment