Mike Myers
Mike Myers
Respectfully, I think this kind of comment is part of the problem. "Big guys", "jealous losers", "reddit circle jerk", "undefined behavior fetishists and losers" don't seem like terms that foster...
I'm sorry, but it is kinda hard to decipher a chinese screenshot as a non chinese. Could you perhaps translate some of that? I see the TypeInitialisationException, but not much...
I did get it to build with VS2019, but it crashes instantly. Here are a couple pointers: 1. In the SamplesNative project properties, change `Platform Toolset` to `Visual Studio 2019...
This is indeed a problem and not only for terminal servers. Fast user switching exhibits the same behaviour. For example, on a computer with multiple users. When the first user...
I have the same behaviour with SPOnline.
Good idea, but I believe it to be out of scope for the current project. This would imply a storage backend. I can't talk for the author, but it seems...
I'm also trying to accomplish this. I've been tinkering with using an `Extended` endpoint, but I keep stumbling with the `with_solicitor` block, which looks like this, `self` being the state...
I made a small demo that tries to show a pkce flow. It does compile, but oxide trips on the handlers [access_extensions](https://github.com/HeroicKatora/oxide-auth/blob/next/oxide-auth/src/code_grant/accesstoken.rs#L192). I seem to be misunderstanding how to integrate...
I did shamelessly copy the test case, up to the PkceSetup name and I did guess that it wasn't the PKCE implementation that was incorrect but my endpoint wrapper on...
> This is being actively tested (without any specific web frontend), maybe the structure of these can help you: > > > https://github.com/HeroicKatora/oxide-auth/blob/next/oxide-auth/src/endpoint/tests/pkce.rs > > From a quick look it...