Branden Cash

Results 62 comments of Branden Cash

@thehappydinoa The only thing in install script that mentioned issues with OxygenOS was that the "overlay" is known to cause bootloops and asks if you want to ignore and install...

I got it working by modifying the module to force it to run the uninstall instead of the install, then removed it via magisk manager. I was hesitant to just...

Looks like its having trouble getting the existing installed version code. The `MOD_VER` environment variable points to something like `/sbin/.magisk/img/Pix3lify/module.props`, which didn't exist on my installation. It is found at...

> Does setting `NEXTAUTH_URL` to include only the basePath (i.e. `http://localhost:3000/sso`) work for yuo? No...that just makes things worse. Doing that makes it so that all the other calls that...

@ndom91 I can make the change a little more involved if we want by changing the behavior of [parse-url](https://github.com/nextauthjs/next-auth/blob/a83573ed2f696108ad2294a1892aa204cfaf7c71/packages/next-auth/src/utils/parse-url.ts#L15) so that it still uses the protocol and hostname of the...

For clarity in the proposed alternative solution, i've implemented it on a separate branch found [here](https://github.com/nextauthjs/next-auth/commit/ebfd42d5cac179d9895ab9b017ea052138d66998). Effectively it just makes it so that the `parseUrl` function uses the `NEXTAUTH_URL` to...

Oye...as I continue to dig at this I have made another discovery... Previously I had assumed the request "origin" would never have a path*. However, apparently we [override the `origin`...

There was a [PR](https://github.com/crowdsecurity/helm-charts/pull/38) that was going to address this a while back, but looks like it got closed.

I think it would be great if we could disable the wrapper for certain hosts. I've got an older network switch (ICX6450) and the wrapper has never worked with that...

I am also interested in this functionality. We are planning to use keycloak to provide SSO integrations with a bunch of schools and having to maintain info for hundreds to...