Juris Zeltiņš
Juris Zeltiņš
Have you found solution? I have same problem with (latest) Keycloak.. Auth flow is ok untill comes back to callback URI with this error.
One thing can be done - Phalcon can provide OAuth2 backend validation on token/session in beforeExecuteRoute() [default dispatcher event bind] Otherwise, I think it is not impossible regarding UI/controllers, because...
Your compose file/infrastructure is wrong. It is not the Docker/Alpine issue. If WEB service is backend, then AJAX (frontend) also needs to access it. Basically: 1. Add two networks -...
Please, split commands and find failing one. 99% curl is failing.
Already mentioned in discord - isbool isstring etc macros also can be added. `if isset X && typeof X === T` currently using a lot of in param check.
Currently using `hack` on EFCore context level and works well ``` public void SetPropertyModified(object entity, string propertyName, bool isModified) { var entry = _context.Entry(entity); var property = entry?.Property(propertyName); if (property...
Yes, I want to include "navigation" FKs identifiers, so I can grab later history. Without setting `isModified=true` hack when You do `Remove()` on virtual collection (children) audit log is created...