Integrating Google Login via Ash Aunthentication

pratos:

I’m not sure if this is the right place to ask a question. But I wanted to integrate Google Oauth sign up and login via Ash Authentication. There’s no example of that in the docs, and I’m assuming it works only for email and password.

I might be wrong here though 🙈

pratos:

Ah, found the GitHub Oauth example https://ash-hq.org/docs/guides/ash_authentication/latest/tutorials/github-quickstart

The docs are slightly confusing 😅

ZachDaniel:

In your case, you want to just use the generic oauth2 strategy

pratos:

Oh! Cool, I’ll check it out 👍