Stefan Kostic
63a3ea09b3
Add simple failure test
2022-02-17 18:32:30 +01:00
kiwiidb
9029d95353
Merge pull request #100 from getAlby/custom-usernames
...
Custom usernames and password when creating new users
2022-02-15 16:47:20 +01:00
Stefan Kostic
80a4d4f20c
Add support for providing user name and password when creating user
2022-02-09 22:53:46 +01:00
Stefan Kostic
f93bdd54f9
Replace hardcoded strings with common constants
2022-02-09 22:27:01 +01:00
Stefan Kostic
3f4cc70d22
Revert commits related to constants
2022-02-09 22:24:52 +01:00
Stefan Kostic
3152f6f2e6
Replace hardcoded strings with common constants
2022-02-09 22:17:49 +01:00
Stefan Kostic
0da4b359d6
Pass in ctx as service methods first argument
2022-02-08 13:35:02 +01:00
Michael Bumann
906578ff57
Merge pull request #67 from getAlby/do-not-return-initialized-invoices
...
Do not return invoices that are in the initialized state
2022-01-24 20:12:12 +02:00
Michael Bumann
bbada328d5
Longer login/passwords
2022-01-22 23:59:05 +01:00
Michael Bumann
39e162088a
Do not return invoices that are in the initialized state
...
Initialized is an internal state before the invoice was created on LND.
We should not expose those. If an invoice is in that state it means it is either currently created or something went wrong.
2022-01-22 15:44:05 +01:00
Michael Bumann
228edcbe39
Return user invoices
...
and maybe correctly encode the Buffers?
2022-01-21 11:49:08 +01:00
Michael Bumann
7bd74a69d8
User service for all user related functions
2022-01-19 21:16:20 +01:00