ueberauth_example icon indicating copy to clipboard operation
ueberauth_example copied to clipboard

Example Phoenix application using Überauth for authentication

Results 10 ueberauth_example issues
Sort by recently updated
recently updated
newest added

As per instructions cloned from git, set the two environment variables, and run the server. Google's service throws an error about missing parameter. My client id, and secret are correct....

This example fails to compile on Windows, due to an issue with erlang-oauth: More info here: https://github.com/tim/erlang-oauth/issues/35 Leaving a bug report here as well, just in case somebody else encounters...

TODO: - When testing API is released replace the required version with the new one

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [babel-loader](https://github.com/babel/babel-loader), [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin), [css-loader](https://github.com/webpack-contrib/css-loader), [sass-loader](https://github.com/webpack-contrib/sass-loader), [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin), [webpack](https://github.com/webpack/webpack) and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together. Updates `json5` from 2.1.3 to 2.2.3...

dependencies

### Steps to Reproduce 1. https://ueberauth-example.herokuapp.com/ ### Expected Result 1. Heroku closed it's free tier on 11/28/2022 and the example app is not working. You may want to use fly.io...

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

### Problem Statement I am attempting to write tests for a controller that uses the Ueberauth plug and implements a `callback/2` function. After digging through documentation for Ueberauth, Plug, and...

The [github strategy provides](https://github.com/ueberauth/ueberauth_github/blob/master/lib/ueberauth/strategy/github.ex#L180) the same `Info.image` as the others. I also had to update the dependencies, otherwise `mix test` fails because I can't compile `:ssl_verify_fun` .

### Steps to Reproduce ``` mix deps.get mix ecto.migrate ``` System: Erlang/OTP 27 [erts-15.2.3] [source-e02b4e39b5] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit:ns] Elixir 1.18.3 (compiled with Erlang/OTP 27) ### Expected Result Compile...