-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write Docs & Publish Package in Hex.pm #10
Comments
I've spent the evening re-reading Google OAuth docs and writing #11 ... 📝 |
When setting up a New Project so that we can use Google OAuth we see the following screen Clicking on the (ALL CAPS) + ENABLE APIS AND SERVICES button takes us to the API landing page. Is Google Maps API really the one that should be at the top? Why is this still available without a deprecation warning?! Come on Google! 😞 Searching for The last one "Identity and Access Management (IAM) API" looks like it could be relevant ... But it's actually for managing the users of Google Cloud Platform (GCP) and nothing to do with letting people authenticate with their Google Account ... 🤦♂ I get the feeling this is a red herring ... https://en.wikipedia.org/wiki/Red_herring |
@nelsonic I was also confused on the APIs section, especially that at the moment we only want to get the basic user information and seems overkilling to enable an API for that. I manage to find the endpoint to get this information (see #9) after finding a similar issue on the nodejs google client repo: googleapis/google-api-nodejs-client#1529 The endpoint |
@nelsonic when adding the redirect url, don't foget to use the enter key otherwise the url won't be saved. This one is quiet bad and you could spend a lot of time trying to figure out what's going on. |
@SimonLab noted. Thanks for the reminder.
|
I've added all the |
Published alpha version to use in MVP: (The fruits of @SimonLab's hard work!) 🎉 Will finish/update docs with code samples and re-publish 1.0 version shortly. ⏳ |
I'm busy refining the Docs of this package by working on the Auth PR: dwyl/mvp#24
|
Demo version shipped to Heroku: https://elixir-auth-google-demo.herokuapp.com Docs complete! |
This project is almost ready to ship.
There are a few issues open to discuss but we can already use it in our app.
In order to do that we should:
https://github.com/dwyl/hapi-auth-google/blob/master/GOOGLE-APP-STEP-BY-STEP-GUIDE.md
The text was updated successfully, but these errors were encountered: