Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(410)

Side by Side Diff: examples/bank_app/README.md

Issue 1261403003: Initial skeletal implementation of the PrincipalService. Also, use the Login()/GetUserBlessing() (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: code-review comments Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « examples/bank_app/BUILD.gn ('k') | examples/bank_app/bank.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Running bank_app
2
3 Bank is a sample application that uses the vanadium principal service to
4 enable applications to obtain a user identity for authentication. The app
5 currently only works on android and with go build support.
6
7 The customer obtains a user identity through the principal service and then
8 talks to the bank to deposit/withdraw some money. The bank will only accept
9 transactions from customers that have a user identity.
10
11 # To run customer
12 $MOJO_DIR/src/mojo/devtools/common/mojo_run mojo:customer --android
13
OLDNEW
« no previous file with comments | « examples/bank_app/BUILD.gn ('k') | examples/bank_app/bank.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698