-
Notifications
You must be signed in to change notification settings - Fork 44
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
Callback URL for Oauth #93
Comments
hi in fact it is not something documented in the Kepler project because you should find documentation of this in MetorJs: anyway these are the back urls used in the official demo, you should i think just replace your domain |
I advise you to make you own instance of kepler I to use the new official docker image: |
@weidi if you think it can be better indicated in the documentation I ask you if you can give a small contribution of a few lines, the same documentation is under an open source license here: so I can insert you among the contributors of project |
Already using the new version, update worked flawless |
I just tried to get google and github oauth to work and from what i understand it should be enough to configure the .env and populate ClientID and Secret but i keep receiving |
you need to fil this fields: Kepler/private/settings.sample.json Line 93 in 75a0416
or for diable google oauth se to false: Kepler/packages/core/config/Accounts.js Line 34 in 75a0416
like this minimal kepler configuration without oauth services: |
@weidi unfortunately I noticed that the packages used for oauth are actually broken ... I think due to the changes of the Ouauth api of the third party services, fb, twitter etc |
@weidi if you are interested in being part of the keplerjs organization I can place you among the members. |
Hey guys,
found your project and it seems it´s exaclty what i needed to start a project I have in mind.
One thing i was unable to find the OAuth callback URL to configure authentication providers.
Am i missing something from the documentation?
The text was updated successfully, but these errors were encountered: