Sphereon-Opensource / SIOP-OID4VP

Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP)
Apache License 2.0
77 stars 25 forks source link

fix: parse scheme with number #60

Closed TimoGlastra closed 9 months ago

TimoGlastra commented 9 months ago

Allows to parse schemes with numbers (e.g. openid4vp://).

Was causing a few issues.

Made the regex a bit more complex, as the first chracater is techincally only allowed to be alpha character, and the following can also be digit and a few other characters