getAlby / lndhub.go

Accounting wrapper for the Lightning Network. It provides separate accounts for end-users. (LndHub compatible API written in Go)
GNU General Public License v3.0
86 stars 23 forks source link

feat: fetch and use the limits from the JWT Token #465

Closed im-adithya closed 11 months ago

im-adithya commented 11 months ago

Fixes #460

This would enable setting different limits for different users instead of just one global setting.

⚠️ TODO: Add tests