-
See report in #22.
The request sent to retrieve the authentication token fails returning a 400 Bad Request error:
- Request:
`https://myanimelist.net/v1/oauth2/authorize?response_type=code&c…
-
It is indeed weird, when i use captcha solvers like anticaptcha, 2captcha or capmonster everything works fine but when i use this one to solve captchas without paying any money it won't rly work. It g…
-
For the following snippet of code,
```rust
use aya_bpf::{helpers::bpf_loop, programs::TcContext};
use aya_bpf_cty::c_void;
use aya_log_ebpf::info;
fn do_something(ctx: &TcContext) -> () {
…
-
`@gitcoinco/passport-sdk-verifier` fails to work under NodeJS because of the `@spruceid/didkit-wasm` dependency. According to the documentation on https://www.npmjs.com/package/@spruceid/didkit-wasm-n…
-
```json
{
"type": "OAuth2RequestError",
"message": "invalid_request",
"stack":
"request": {},
"description": "Missing \"code_verifier\"",
"originalLine": 107…
-
I think we can look at how chromium is implemented.
https://github.com/chromium/chromium/blob/master/net/cert/cert_verify_proc_android.cc
https://github.com/chromium/chromium/blob/master/net/cert/…
-
Hi - are you in the discord? drop me a DM
smith | MCF
-
Hi, I encountered a problem with my eBPF program written in Rust. I’m using the ringbuf, but it fails to run on the lower version kernel, presumably due to a lack of ringbuf support in the eBPF implem…
-
Proposition de @Evileoo:
Avoir un système de vérification pour éviter qu'une grande majorité des bots ne puisse accéder au serveur et nous casser les pieds.
-
I'm building a rest api and connect discord OAuth, I have this code:
```php
public function __invoke(Request $request)
{
$discordUser = Socialite::driver('discord')->stateless()-…