Niraj Nandish
4769a448e1
feat(api): sessions management ( #49499 )
...
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2023-03-09 20:36:33 +05:30
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
Oliver Eyton-Williams
66438c271f
fix: add more explicit return types ( #49567 )
2023-03-02 17:26:40 +00:00
Oliver Eyton-Williams
f35ab4d0ba
refactor: clean up types and tsconfig ( #49360 )
2023-02-24 17:25:53 +05:30
Shaun Hamilton
37ed23ef38
feat(api): add node:test ( #48437 )
2023-02-24 17:25:22 +05:30
Shaun Hamilton
f7644bec68
feat(api): example middleware ( #48434 )
...
* feat(api): add middleware example
* feat(api): add `@fastify/middie`, reorder for alphabetness
* [skip-ci] [skip ci]
2023-02-24 17:25:21 +05:30
Shaun Hamilton
6d46f61fe9
refactor(api): shiny new api ( #48432 )
2023-02-24 17:23:15 +05:30