elixir-auth-google
elixir-auth-google copied to clipboard
👤Minimalist Google OAuth Authentication for Elixir Apps. Tested, Documented & Maintained. Setup in 5 mins. 🚀
When creating a new client OAuth ID for server call, I experienced that Google doesn't ask to define the callback.
I noticed that the elixir version pinned in `mix.exs` is `~> 1.12.3`. The project seems compile fine on `1.13`, but issues a compiler warning.
Google is discontinuing Google Sign-In for their new identity services: https://developers.googleblog.com/2021/08/gsi-jsweb-deprecation.html The new API seems to be https://developers.google.com/identity this service for signing in. The server side verification requires sending the...
As a person using the @dwyl app to be more personally effective, I do not want to stumble at the first hurdle trying to authenticate. I don't _expect_ to see...
Update V2: Simplification of error output -> coveralls 96%
Fantastic package, thanks a lot! Would it be possible to support fetching environment variables at runtime via `config/runtime.exs`? Thus replacing `Application.get_env/2` with `Application.fetch_env/2`.
Everything is in the title :) I want to propose a branch for Google One tap.
I'm trying to use this in a project without Phoenix and, with the same exact credentials, it will work on the Phoenix project but not on the Elixir one. It...
Bumps [credo](https://github.com/rrrene/credo) from 1.7.13 to 1.7.14. Release notes Sourced from credo's releases. v1.7.14 Check it out on Hex: https://hex.pm/packages/credo/1.7.14 Fixed regression for DuplicatedCode Expanded Credo.Check.Warning.ExpensiveEmptyEnumCheck to cover less obvious cases...
Bumps [httpoison](https://github.com/edgurgel/httpoison) from 2.2.3 to 2.3.0. Release notes Sourced from httpoison's releases. HTTPison 2.3.0 What's Changed tests: Tag network dependent test cases. by @fishinthecalculator in edgurgel/httpoison#502 Fix typos in redirect...