-
### Steps to Reproduce
I am trying to setup ueberauth with github as the provider.
I added both dependencies:
```
# Auth
{:ueberauth, "~> 0.7"},
{:ueberauth_google, "~> 0.10"},
```
My…
-
Hi,
when use dynamic config, the authorize and token url must be setted, because the tenant_id variable is only readed from env config
https://github.com/swelham/ueberauth_microsoft/blob/dd84b845…
-
Hi,
I'm new to phoenix and elixir... I'm trying to get the dependencies and when I run the following command, I get the error. Am I missing something? Still trying to figure it out what the actual er…
-
### Summary
I get this when compiling flop:
```
==> flop
Compiling 13 files (.ex)
== Compilation error in file lib/flop/builder.ex ==
** (Ecto.Query.CompileError) `not (is_nil(field(r, ^var!…
-
Hey guys, IDK if this is the place to put it, but since this just happens for Gihub UeberAuth in phoenix 1.7.0-rc2, I thought maybe might be interesting to take a look.
So, there is a very basic co…
-
VM needed to reboot and suddenly stop working i ran
sudo systemctl restart explorer.service
then
sudo systemctl status explorer.service
it shows the below
● explorer.service - BlockScout Se…
-
Currently we poke the Twitter API every single time someone requests any of the pages under UserSettingsController.
https://github.com/Glimesh/glimesh.tv/blob/dev/lib/glimesh_web/controllers/user_…
-
It looks like only one global set of credentials for Okta can be used. However, Ueberauth allows multiple providers to be configured using the same strategy. So in the example given in the documentati…
-
Hi, first of all thanks for this repository, allowed to get my instance up and running really quickly.
Now, I'd like to hook up Pleroma with my Keycloak instance and don't seem to be able to find a…
-
I'm using phoenix to build an API and building a Vue.js app alongside it to serve as the client. I'm running the Vue.js app as a separate process to take advantage of webpack-dev-servers goodies, and …