cds-snc / url-shortener

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

Security: split the `ALLOWED_DOMAINS` env var into two #367

Closed patheard closed 1 year ago

patheard commented 1 year ago

Summary

We should track the allowed email domains (for login) and allowed shortened domains in 2 separate env vars.

Related