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

Soft delete users #476

Closed bumi closed 8 months ago

bumi commented 8 months ago

This allows users to be marked as deleted. An additional middleware checks if a user is deleted or deactivated and rejects requests for those as StatusUnauthorized.

note: the middelware adds an additional DB query to load the user.

[closes #468]