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
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 theconfig.py
file. It raises the following error