11 lines
255 B
Markdown
11 lines
255 B
Markdown
|
|
#Login
|
||
|
|
##Google
|
||
|
|
This app is using the Google (oauth2) API to manage logins. To do that you have to have a service configuration in the database. Place the following in the XXX collection:
|
||
|
|
```
|
||
|
|
{
|
||
|
|
service: 'google',
|
||
|
|
clientId: 'xxx',
|
||
|
|
secret: 'xxx'
|
||
|
|
}
|
||
|
|
```
|