Simon Thiboutôt
Simon Thiboutôt
Sure, you can assign me, I'll draft a PR. 😊
Awesome! 🙌🏻
This took me so much time to figure out the CSRF mechanism, I figured I might not be the only one so it could help this section.
@BobbyMcWho I made [some changes](https://github.com/masterT/omniauth/compare/031719c60e83b72394ddb08752d924c3bb9b4ade..7126b5f). Feel free to edit the wording and fix the grammar/spelling mistake, English is not my native language.
I think Instagram just turned dark.
Thank for the fast feedback, I can help with the implementation. I see a lot of `AxioError` type being used in the codebase, should this be encapsulated by the `HttpClient`...
I meant "another concrete HttpClient class", for example having another `HttpClient` that would use the native [fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) instead of _Axios_. ```ts class FetchHttpClient implements HttpClient { get(url: string): HttpClientPromise...
It also implements #70.
I'm having the same issue.
I think the same problem, I want to create consistent entities for my tests. Example: - Entity `web_resource` has the attribute `uri` - Entity `web_resource_content` has the attribute `uri` and...