mihaa1

Results 8 issues of mihaa1

Description: When trying to load entities through a relation, and defining apiRequireId:true on the entity loaded it returns 403 forbidden. Reproduce: 1. Create User - User-X-Order - Order many-to many...

Hello, My setup uses authorizer to manage user auth while app user data is saved in the main db (the 1 remult sees - postgres), in the users table (created...

When using live queries + axios interceptor to inject jwt - request api/stream doesn't get it. 1. Setup remult project live queries + jwt + axios interceptor as in this...

Is it possible to set a field type in an entity to be a custom type or interface I created?

**Version:** 1.1.70 **Describe the bug** Hello, I am using Authorizer instance deployed on railway. React + express. On production, for some reason, right after login, the token is no longer...

bug

Several places in my app depend on the number of entities. Could be 0, 1 or more than 1. I would like to get the count only from live query....

added override options to fields in signup component: - hide - hide from view - notRequired - make not required - placeholder - override placeholder string - label - override...

Currently, fields first name, last name etc. are always showing and required. It would be really good to add override support for these: (in my case - I don't want...