foal
foal copied to clipboard
Full-featured Node.js framework, with no complexity. 🚀 Simple and easy to use, TypeScript-based and well-documented.
A project that I've been working on uses GoogleProvider for authentication. In my local environment, auth works perfectly. These are the cookies and their attributes in localhost after successful login:...
👉 https://github.com/prisma/prisma-examples
This is an idea that was suggested by someone in the 2021 FoalTS survey. Many people go to the `gothinkster` organization to see how to build real world applications. But...
Hi FoalTS team, I hope you are doing well! I was looking for a server-side cache implementation in FoalTS but I couldn't find it. I bring you the following `feature...
I'm implementing a multi-tenant app where each tenant has its own database, and sessions should also be split between each database. I've written a custom session store, but as I...
According to the Documentation [Environment Variables and .env Files](https://foalts.org/docs/architecture/configuration#environment-variables-and-env-files): > If the same variable is provided both as environment variable and in the `.env` file, then the value of the...
## Issue In v2, all field schemas defined in `@ValidateMultipartFormDataBody` make the fields required. Like in `@ValidateBody`, there should be an option to define whether the fields are required or...
Version of FoalTS: 2.6.0 When I try to run the `npm run makemigrations` command, if I have some imports in my entities that use the `@entity` it throws this error:...