Ninos Ego
Ninos Ego
Possibility to validate against mac address. | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | yes | Deprecations?...
Would be awesome to get the possibility to define additional identity fields in `lexik_jwt_authentication.yaml`, e.g. something like that: ```yaml lexik_jwt_authentication: secret_key: '%env(resolve:JWT_SECRET_KEY)%' public_key: '%env(resolve:JWT_PUBLIC_KEY)%' pass_phrase: '%env(JWT_PASSPHRASE)%' additional_identity_fields: [password, updatedAt, tokenSalt]...
Seems that the `$ref` is not resolved correctly, if used in sub-properties. My schema looks something like this: ```json { "type": "string", "format": "select", "enum": { "$ref": "/some/example/subPath" } }...
Covert values before/after encryption/decrytion by using doctrine internal converter. PS: I've tested it with json as field, should also work with all others (object, array, simple_array, ...)
Hey there, after upgrading the page builder it will not work anymore. Problem is, that all the content is saved in post_content instead of `fw:opt:ext:pb:page-builder:json` in json-format. So the question...
With `SERVER_URL` as environment variable it's possible now to change the image urls to "hardcoded" url. If not available, old method is used. Currently this is important, if you're using...
- Added: `ES512` algorithm - CS: strict types & phpdoc
Frist of all, thx for this module! The main contributors already asked for merging it into main project. Is it possible to create a MR for this? Would rly appreciate...
Current `mongo:latest` (1 months old) has some critical CVE's which should be fixed upstream: https://hub.docker.com/layers/library/mongo/latest/images/sha256-3f04076470ff9110ce77473afe54c549feaca994a29bc5ff01a549bf340acf8c Re-building mongo:latest every day/week should fix most of CVE's. In gitlab you can define scheduled...
Currently it's not possible using docker secrets just for some db environments, e.g. for passwords only. With this PR now both is possible.