liatrio / devops-bootcamp

Liatrio's DevOps Bootcamp

Home Page:https://devops-bootcamp.liatr.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix email validating regex in devops-api

jburns24 opened this issue · comments

https://github.com/liatrio/devops-bootcamp/blob/master/examples/ch7/devops-api/main.go#L18-L21

this regex is too limiting and valid emails like carson.culler@liatrio.com will be rejected. Carson lost a good day and a half to this thinking the issue was in his provider code.