cds-snc / url-shortener

An API written in Python that shortens URLs
MIT License
4 stars 1 forks source link

feat: validate email on login #306

Closed patheard closed 1 year ago

patheard commented 1 year ago

Summary

Add basic email validation before attempting to send the magic link through Notify.

Also fix a bug with the prod Docker build/push workflow.

Related

patheard commented 1 year ago

Looks good! I like how you added email validation - we should have thought of this earlier!

This is me worrying about our Notify API key 😅