Craig Wardman

Results 9 comments of Craig Wardman

> This should be possible already, using the `signIn` method. You can pass any OAuth params (like `prompt: "none"`): https://next-auth.js.org/getting-started/client#additional-parameters > > Do I understand correctly that the only problem...

not sure if it's related or a separate bug (or by design) -- but the target branch for the "pull" always seems to be the current branch rather than the...

I recently wrote a Dockerfile that can be used to containerize the c4builder tool using a Linux base image. This has now been merged into the main branch of the...

it's not an official image, but I have built the Dockerfile (using 0.2.16 version of c4builder) and pushed it to docker hub under my account, so if you want to...

@Marcinthedev In the end I went with: 1) Page load when not logged in --> include MSAL script 2) MSAL script performs the "ssoSilent" check 3) If "false", do nothing,...

> @craigwardman thanks for sharing. I didn't expect that anyone gonna respond so I appreciate it a lot 😄 Yeah, looks like this can be a solution. Reloading - meaning...

@adrianvlupu is this project still being maintained or should I fork if I want to do updates? The old version of PlantUML that is currently shipped the npm package doesn't...

In the meantime, I've create a custom Dockerfile that monkey patches the latest version of PlantUML (1.2023.10) into c4builder 0.2.16 So at least I can use my container image to...