-
When user is authenticated and callback (/auth/vk/callback) is called it fails to fetch user info from VK API due to the "Invalid request: v (version) is required" error.
### How To Reproduce
1.…
-
On my home page, I'd like to show information depending on if the user authenticated. Here's what my pipeline looks like:
``` Elixir
defmodule Zoinks.Guardian.LoadResource do
@claims %{typ: "ac…
-
I've installed guardian_db 1.1.0 with guardian 1.0.1 in my Phoenix application. I have followed the README by adding the configs, adding the lifecycle methods to my token module, and running the migra…
-
Can we please update the project to the latest Phoenix (and other dependency) versions?
For someone who is completely new to Phoenix, the older versions can be confusing.
-
Hello,
I create the token first in [my project's source](https://github.com/shahryarjb/ESOGIP) and send it to Pipeline.
---
## For example:
##### Test for create token:
url : http://lo…
-
There are a listing of warnings that will become errors later that need to be fixed:
```
warning: Dict.get/3 is deprecated, use the Map module for working with maps or the Keyword module for working…
-
It looks like the `0.17.4` release does not support mix.lock entries in this format.
```elixir
{:mimetype_parser, {:hex, :mimetype_parser, "0.1.2", "221d2d3f727e89d80de5e1610fc2ce444514aa56f873da1…
-
### Steps to reproduce
I have some defimpls in my project based on the Noizu.ERP protocol defined here (https://github.com/noizu/ElixirScaffolding/blob/master/lib/scaffolding/entity_reference_proto…
noizu updated
6 years ago
-
Hi!
I'm trying to implement Guardian into an API I'm working on and whenever I make a call to an endpoint I'm getting the error ** (RuntimeError) `error_handler` not set in Guardian pipeline.
I'…
-
Hello,
It seems the current version is not compatible with oauth2 0.8.
I tried to update the calls but have had no success, I don't quite understand everything the code does (I have just started…