airbnb / knowledge-repo

A next-generation curated knowledge sharing platform for data scientists and other technical professions.
Apache License 2.0
5.48k stars 687 forks source link

OAuth with Google issue #604

Open seyyaw opened 3 years ago

seyyaw commented 3 years ago

Hi team. I am in the process of deploying knowledge-repo. It is such a nice tool, thank you very much. While trying the authentication setup, using the Google auth method as AUTH_PROVIDERS = ['google'] in the config.py file. It raises the following error


raise ValueError("'name' may not contain a dot '.' character.")
ValueError: 'name' may not contain a dot '.' character.```

Anything I have to change in the `config.py` file for this to work?

Thanks
JJJ000 commented 2 years ago

it is fix by this commit, we are working on new release to include this fix.