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...