Skip to content

Commit

Permalink
add examples README
Browse files Browse the repository at this point in the history
  • Loading branch information
edouardparis committed Jun 19, 2021
1 parent 9fc47c7 commit b4fe78e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# lnurl_auth

usage:

* `ngrok http 8383`
* `SERVICE_URL=https://xxx.ngrok.io cargo run --example lnurl_auth --features="service"`

then:

* get qrcode: `localhost:8383/login`
* list connected users: `localhost:8383/users`

0 comments on commit b4fe78e

Please sign in to comment.