-
I would always get `(Plug.Conn.AlreadySentError) the response was already sent` when I tried to use the example `auth_error` as the `error_handler` inside my pipeline.
It wasn't until I added `|> …
-
It might be helpful to have an example of how to use the auth pipeline concept with the phoenix router. Here is what I ended up with, it works but I don't know if its a good way of doing it.
```eli…
-
Latest released version is 0.2.3 still.
When depender project is compiling with warnings as errors then it fails to build:
```elixir
warning: variable "package" does not exist and is being expand…
-
Whether it’s just a simple username & password method, or support for more OAuth providers, it would be nice to be able to use this software without also having to use Google.
mokou updated
5 years ago
-
It happens with sign in with username/password
Can anyone help to solve this?
```
osboxes@osboxes:~/projects/ueberauth_example$ sudo mix phoenix.server
Compiling 13 files (.ex)
Generated ueber…
-
At the end of the README, in the "Calling" section
Depending on the configured url you can initial the request through:
```
/auth/identity
```
Shouldn't this be
```
/auth/identity/call…
-
This is not a bug, its actually a doubt of mine. Why do we use the erlang library [oauth](https://github.com/tim/erlang-oauth) when the [ueberauth repo](https://github.com/ueberauth/ueberauth) doesn'…
-
Right now the error message is always `{:unauthorized, :unauthorized}` which is not really helping so much when trying to figure out why a pipeline failed the authentication.
-
I've looked all over the Facebook docs and can't seem to figure out why, even if I require the email permission, I still sometimes get users who are authorized, but do not have email included in the e…
-
is there an Ueberauth Strategy specific or generally useful for this provider?
is Ueberauth needed?