-
```
Failed to use "phoenix" (versions 1.4.0 to 1.4.9) because
guardian_phoenix (version 2.0.0) requires 1.3.2
phoenix_live_reload (version 1.2.1) requires ~> 1.4
mix.exs specifies ~> 1.4
``…
-
This commit f00372eb92c7d9ce2fcf7eb9b98fce9a03d1ca0a did not entail a version bump and a new package on Hex. Seems like that would have been nice - at least the Poison/Jason discrepancy caught me by s…
-
# Description
Added new dependencies to mix.exs
# Exception
## Message
*** exception class was changed or removed
## Stacktrace
```
Don't know if Mix.Dep option `runtume` is i…
-
# Exception
## Message
*** exception class was changed or removed
## Stacktrace
```
Don't know if Mix.Dep option `runtume` is important for determining location of dependency
### E…
-
Hi, I auto-generated this issue, I was running mix deps.get after adding guardian, which succeeds, but I saw a toast message popping up on IntelliJ saying there was an error, this is how it looks like…
-
When using the Assent.JWTAdapter.JOSE for Assent.Strategy.Apple, the following error occurs:
```
** (FunctionClauseError) no function clause matching in Assent.JWTAdapter.JOSE.jwk/2
T…
-
I'm having an odd issue with the `fetch_user/2` portion of the app. It seems like I get my OAuth2 tokens just fine, but when trying to fetch the user data from `https://graph.microsoft.com/v1.0/me`, …
-
Hello guys,
I almost managed to fully implement this strategy in an app I'm working on but I got stuck. After getting back the callback with the code it breaks with the following message:
```no …
-
Looks like when trying to use Jason as the encoder the option does not make its way down to the `OAuth2.Client` correctly.
I get the following if I do not include Poison in my dependancies
```
…
-
Thanks for this library. I'm not very familiar with this space, so maybe I'm missing something obvious.
I noticed that `allowed_algos: [:v2_local]`, actually can't be a list, so this is what I need…
tombh updated
5 years ago