diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..38c4fa5 --- /dev/null +++ b/examples/README.md @@ -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`