foal icon indicating copy to clipboard operation
foal copied to clipboard

Full-featured Node.js framework, with no complexity. 🚀 Simple and easy to use, TypeScript-based and well-documented.

Results 57 foal issues
Sort by recently updated
recently updated
newest added

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:...

bug

👉 https://github.com/prisma/prisma-examples

help wanted
good first issue

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...

help wanted
good first issue

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...

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...

feature

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...

bug
v3

## 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...

feature request
v3

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:...

bug