chill117 / lnurl-node

Flexible lnurl server implementation with API and CLI implemented in nodejs.
MIT License
98 stars 26 forks source link

New, refactored middleware hooks #40

Closed chill117 closed 2 years ago

chill117 commented 2 years ago

There is currently only the "middleware:signedLnurl:afterCheckSignature" hook. Leave this hook for backwards compatibility, but add a new one (with a better name) in the same place in the middleware chain.

Add new hooks:

chill117 commented 2 years ago

Done