-
My app uses about 1000 processes per machine for controlling and distributing tasks across a cluster. `epl_st` timeouts when creating the supervisor tree to send to the web GUI. Is there either a way …
-
### Description
Hey there. I am facing an issue while trying to enable My account functionality.After setting dependency in mix.exs the guide https://docs.blockscout.com/for-developers/configuration-…
-
Hi,
I was just wondering if PKCE flow belongs to the scope of this library? If so, is pull request welcomed? (might do it when I have free time)
ref: https://oauth.net/2/pkce/
-
### Elixir and Erlang/OTP versions
```
Erlang/OTP 26 [erts-14.2.1] [source] [64-bit] [smp:2:2] [ds:2:2:10] [async-threads:1] [jit:ns]
Elixir 1.15.7 (compiled with Erlang/OTP 26)
```
Currently…
-
### Problem Statement
To the fresh reader ueberauth clearly describes how you would integrate with a provider, however what it does not do is describe and help the reader how they would securely lock…
-
## Expected Behavior
Website to work
## Actual Behavior
``` console
$ curl -sSLI adoptoposs.org
curl: (56) Recv failure: Connection reset by peer
$ curl -sSLI https://adoptoposs.org
curl: (35…
-
I am using Raxx (and not Plug) in a project and would like to use JSONAPI with that.
I have played a little with the code, and it seems that with a bit of refactoring, the plug dependency of JSONAP…
-
### Steps to Reproduce
On the user session controller we have a new action with a login screen, as well as the callback actions.,
Visiting `http://localhost:4000/users/log_in` crashes the page wit…
-
### Steps to Reproduce
Use mix deps.get to install the most recent version of Ueberauth
### Expected Result
Latest version works properly without breakage
### Actual Result
Receive warning that…
-
Hello @achedeuzot,
On rare occasions I've gotten this error: `KeyError: key :body not found in: %OAuth2.Error{reason: :timeout}`
Here's the stack trace
```
KeyError: key :body not found in: %O…