freeCodeCamp/api
Oliver Eyton-Williams 5f59b2b8c7
feat(api): validate environment variables before use (#49613)
* feat(api): validate environment variables before use

This is similar in concept to ensure-env, but a little simpler since
there is no need to put the data in a file before the api can consume
it.

* refactor: combine the two env files
2023-03-07 10:03:46 -08:00
..
db feat(api): validate environment variables before use (#49613) 2023-03-07 10:03:46 -08:00
middleware fix: add more explicit return types (#49567) 2023-03-02 17:26:40 +00:00
plugins feat: depromisify fastify-jwt-authz (#49550) 2023-03-06 16:25:40 +05:30
routes feat(next-api): basic authentication setup (#49378) 2023-02-24 17:26:40 +05:30
utils feat(api): validate environment variables before use (#49613) 2023-03-07 10:03:46 -08:00
index.ts feat(api): validate environment variables before use (#49613) 2023-03-07 10:03:46 -08:00
package.json fix(deps): update dependency fastify to v4.14.0 2023-03-05 10:44:01 +00:00
tsconfig.json feat(next-api): basic authentication setup (#49378) 2023-02-24 17:26:40 +05:30