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

# Issue we should use a origin whitelist in case of allowing credentials in cors # Solution and steps use a whitelist in the cors hook updated docs # Checklist...

- [x] [Internal] Use fs native API with promises (PR: #1243)

Is there a way we can integrate JWT into the SocketIO controller. One recommendation is to add a middleware like so: ```typescript io.use(function(socket, next){ if (socket.handshake.query && socket.handshake.query.token){ jwt.verify(socket.handshake.query.token, 'SECRET_KEY',...

feature

Version of FoalTS: 3.2 Getting Error ``` Error: ENOENT: no such file or directory, open '/Users/wgallagher/dev/aq/aq-touchpoint-demo/build/app/templates/aq-touchpoint.html' ``` The src files are in: ```aq-touchpoint-demo/src/app/templates``` Getting an error whereby the template file...

bug

Hi, I wanted to know if it was planned to provide a recurring task management system directly in the app instance instead of being executed via the CLI? In order...

help wanted
feature

We don't always want to server to handle file uploads, and it's easy enough to use the AWS SDK, but the Disk util is just too convenient. Would it be...

feature

The access to `process.env` is slow. https://github.com/motdotla/dotenv/issues/562 In order to improve this, other frameworks have an `enable cache` option to the `Env` wrapper. Something like: ``` Env.useCache = true; ```...

feature request

Nowadays there are more and more package managers for node. A VERY GOOD one (and popular) is "pnpm" (performant npm). It would be very nice to have support for this...

feature request

When you create a new FoalTS project, all @foal dependencies begins with the '^' prefix. I think maybe it's a good idea to keep it. See the [NPM](https://docs.npmjs.com/cli/v8/configuring-npm/package-json#dependencies) docs and...

enhancement