SystemGlitch

Results 30 comments of SystemGlitch

A unique modifier would be an awesome addition.

Hello and sorry for the extremely late response. This implementation has not been audited and battle tested, so you shouldn't use it for applications that need real security. Also I...

Hi, if it's still relevant. I think it would be better to fork the project to support the framework. So the main project stays grounded to the very basics of...

Hello @paveltiunov and thank you for your response. I tried with a function as well but it doesn't work neither unfortunately. The function receives "$0$" as a value (not the...

Bigquery needs that value to be a string literal or a query parameter. I cannot use `CONCAT` on bigquery's side. My only option is to include the real filter value...

Thanks to the new validation system in v5, this feature will now be possible.

Great proposal. I do have a few questions and comments though. I think that the policy should be "Deny" by default, and that only "Allow" policies are needed. However, "Deny"...

- Why not using a pivot table instead of a field in the user model? - Column retrieval using the `auth:username` and `auth:password` fields is done through the [`auth.FindColumns()`function](https://github.com/System-Glitch/goyave/blob/73388b349f03037344ce546c5e4c4e9a05be8c17/auth/authenticator.go#L61). Promoted...

Calling `IsAuthorized` both in the handler and in the middleware is redundant. It should be possible but shouldn't be the primary way to do it, especially if it's only for...

I'll email you to know how we can contact each other. A summary of what's been said will be posted here as well.