Cleaned up the copied project & got the Google authentication working. A lot of work still needs to be done to add content and allow only certain users access.
This commit is contained in:
10
readme.md
Normal file
10
readme.md
Normal file
@@ -0,0 +1,10 @@
|
||||
#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'
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user