chattago2002

Results 8 comments of chattago2002

I was using that code because I have other conditions for other tables but... my code and your code couldn't be considered very similar? Anyway I replaced my code with...

> Good question, you shouldn't return a string. Try this: > > ``` > return ResponseFactory::from(200, "image/png", $decryptedFile); > ``` > > You can see some response fiddling in the...

The reason is that I'd like to add a custom salt to who logs in via Google Login. I can make a step back and explain the master problem: I...

> @chattago2002 any update? I'm going to have a test in short time, also if could be useful to have a more detailed example. I'm a newbie 😊

Perfect. Thank you, it seems to work fine as expected. And what about if I would like to have similar behaviour with a custom controller? I have 3 custom controllers,...

Are there any news about it? Can this improvement be merged in the main branch? My problem is that I use "apiKeyDbAuth mode" so after the user sends username and...

> noticeAsModal will show the initial notice as big modal with per-service settings. > > My use case is having the small notice initially and adding a link on the...