CoinOs's implementation is NWC-only as far as I know. Here's the relevant (Core Lightning) code from their repo:
https://github.com/coinos/coinos-server/blob/master/lib/nwc.ts#L293-L330
https://github.com/coinos/coinos-server/blob/master/lib/payments.ts#L499-L534
Here's Alby Hub's LND implementat...