elixir-auth-google icon indicating copy to clipboard operation
elixir-auth-google copied to clipboard

👤Minimalist Google OAuth Authentication for Elixir Apps. Tested, Documented & Maintained. Setup in 5 mins. 🚀

Results 11 elixir-auth-google issues
Sort by recently updated
recently updated
newest added

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.

help wanted
T25m
chore
technical

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

enhancement
help wanted
technical
research

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

enhancement
help wanted
T1d
priority-2
chore
technical

Update V2: Simplification of error output -> coveralls 96%

enhancement
in-progress
merge-conflicts
technical

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

enhancement
help wanted
T1h
priority-2
user-feedback
technical

Everything is in the title :) I want to propose a branch for Google One tap.

enhancement
help wanted
technical

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

help wanted
question
user-feedback
technical

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

dependencies
elixir

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

dependencies
elixir