Jascha Beste
Jascha Beste
You can set cors via a `cors.allowedOrigins=` environment variable as a comma separated list of urls. I highly doubt that this will have any impact though. What is the url...
nonce is a parameter used to prevent replay attacks in the oidc flow. I wouldn't worry about it, it's an implementation detail and shouldn't be related to cors. You mentioned...
If your users email already exists that's going to cause an issue yes. Ideally you simply reset the kviklet database or at least change the email of that user manually...
Hey this is a great way to start contributing already :D Thanks for the issue. I could look into snowflake support. They do seem to have a jdbc driver so...
Hey, thank you so much for the contribution! I'll leave some thoughts about this feature here, honestly it's not 100% structured yet so there might be some conflicting ideas but...
I never got a response here but have been continuing to develop the websocket live session to eventually support this use case. It's still available via the beta flag and...
Hey Chris, thanks for posting it here as well and not just via email. As promised, I'll look into this in the next few days 🤞
Hey, I just merged #268 which should allow you to at least use certificate auth for hosting Kviklet (check the [example here](https://github.com/kviklet/kviklet/tree/main/examples/certificates) if that fullfils your needs). I'll look into...
Okay yeh that makes a lot more sense. I was wondering, how you aim to rotate these automatically if I allow a file upload. Perfect, I think this is also...
Hey, thanks for the bug report. The proxy is a bit of an experimental feature. More a POC than something I'd recommend to use in production. I have no tests...