ATLBitLab / twelvecash

API for creating BOLT 12 addresses
https://twelve.cash
MIT License
20 stars 4 forks source link

Handle casing in usernames #34

Open chdwlch opened 1 month ago

chdwlch commented 1 month ago

Cased variations should be considered duplicates. Need to do a lower case comparison. i.e. satoshi vs Satoshi vs SAToshi

sbddesign commented 1 month ago

Maybe the API lowercases all strings before checking/adding to Cloudflare?