Kukks / LNURL

a C# implementation of LNURL
MIT License
22 stars 10 forks source link

Validate internet identifier in ExtractUriFromInternetIdentifier #8

Open jbojcic1 opened 1 year ago

jbojcic1 commented 1 year ago

Would be nice to add a validation of the string identifier in ExtractUriFromInternetIdentifier before trying to create uri and throw an exception if the identifier is invalid.

jbojcic1 commented 1 year ago

Let me know if this sounds useful to you and I can create a pr