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 51 foal issues
Sort by recently updated
recently updated
newest added

- [x] Drop support for Node 10 (unmaintained), 12 (not maintained from April 2022) and 14 (not maintained in less that a year). Support versions 16 and 18. - #1029...

v3

# Features - [x] `@foal/cli` included as dev dependency in new projects generated by `createapp` (issue: #1097) (PR: #1109) - [x] [CLI] Do not use `http` module in new projects...

# Issue See #1120 # Solution and steps - [x] Add `userIdType` option and change the interface of `UseSessions`. - [x] Add `userIdType` option and change the interface of `JWTxxx`....

enhancement
Breaking change
v3

# Issue - The hooks does not support optional fields (issue: #1008). - There is no error returned to the client when multiple files are uploaded whereas we expect a...

Breaking change
v3

# Issue This interface and these functions exist to populate the `ctx.user` property in the `@UseSessions` and `@JWTxx` hooks. There are some problems with them: - These functions are additional...

enhancement
v3

- [x] Drop support for Node 10 (unmaintained), 12 (not maintained from April 2022) and 14 (not maintained in less that a year). Support versions 16 and 18. - [x]...

v3

The documentation currently leaves a bit to be desired. It highlights the simple use-case/happy path, but if you want to do anything somewhat complex, good luck finding it in the...

question

I was just following along with some of the boilerplate instructions (https://foalts.org/docs/security/csrf-protection) and everything was going well util retrying to set a user onto the session. Our user ids are...

question

trpc.io(https://trpc.io/) is gaining lot of attractions. Any chance to add it to FoalTs in near feature?

feature request