RandomAPI / Randomuser.me-Node

Source code that powers randomuser.me
https://randomuser.me
MIT License
1.35k stars 273 forks source link

SSN fails validation per pattern rules #196

Closed zh4ngx closed 2 years ago

zh4ngx commented 2 years ago

Per these rules, we can't have US SSNs with with certain patterns:

https://www.ssa.gov/kc/SSAFactSheet--IssuingSSNs.pdf

A few notes:

keitharm commented 2 years ago

Fixed in https://github.com/RandomAPI/Randomuser.me-Node/pull/174