James Carter

Results 23 comments of James Carter

@Bellusterra Ive been running default mautic/mautic:v3 docker - and updated to 3.1 from CLI just fine. However not sure if this is what the recommended approach is. It went something...

@Bellusterra no problems. I've been interested in what is a proper way to maintain / update dockerized mautic in a long run - so I've reviewed all the opened issues....

@GuidoDr per dockerhub page: https://hub.docker.com/r/mautic/mautic > If you want to pull the latest stable image from Mautic 3 Series on DockerHub: > docker pull mautic/mautic:v3 > Note that during the...

> Separate RedisInsight V2 docker image is planned to be released around **September**. I hate to be like my toddler and "are we there yet?". but since it's 27th of...

interesting - I think this is caused by the same issue as iterable bug I'm seeing:https://github.com/BuilderIO/partytown/issues/257 any idea what causing this?

Thanks, I've initially tried adding scopes to the provider config instead, like this:: ``` $provider = new \OpenIDConnectClient\OpenIDConnectProvider([ 'clientId' => 'myapp', 'clientSecret' => 'something', // Your server 'redirectUri' => null,...

Example you posted above is exactly what I've tried :) can't really test if oauth server receives openid scope (logging is out of my reach) - but I suspect it...

Currently PHP ecosystem has no thought through and maintained OIDC library. To the point that I seriously have to consider using python|node for my current work task which is very...

@sergeyklay So according to your schema: - clients have scopes and grants - users can also have scopes and grants Im a bit confused why would user accounts need grants...

There is lawndesk - which is a fork of lawnchair - without the app drawer. Unfortunately its last updated 2 years ago - works fine though. I would 100℅ love...