passport-lnurl-auth
passport-lnurl-auth copied to clipboard
Passport strategy that uses lnurl-auth
Results
2
passport-lnurl-auth issues
Sort by
recently updated
recently updated
newest added
Probably not really a bug persay rather a lacking feature. Just putting here for visibility so nobody else tries to get it working with JWTs / serverless; need some kinda...
Here I tried to use next-connect to do this in the Next api. It doesn't work but feels like I am close. https://www.npmjs.com/package/next-connect ``` // pages/api/hello.js import nc from 'next-connect'...