Integrating Google Login via Ash Aunthentication
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 🙈
3 Replies
Ah, found the GitHub Oauth example https://ash-hq.org/docs/guides/ash_authentication/latest/tutorials/github-quickstart
The docs are slightly confusing 😅
In your case, you want to just use the generic
oauth2
strategyOh! Cool, I’ll check it out 👍