27 lines
553 B
JSON
27 lines
553 B
JSON
{
|
|
"name": "google-oauth",
|
|
"displayName": "Google OAuth",
|
|
"version": "1.0.0",
|
|
"description": "Login social via Google OAuth 2.0.",
|
|
"author": "Clube67",
|
|
"category": "integration",
|
|
"enabled": true,
|
|
"canDisable": true,
|
|
"dependencies": [
|
|
"core-auth"
|
|
],
|
|
"backend": {
|
|
"routePrefix": "/api/auth/google",
|
|
"hasMigrations": false
|
|
},
|
|
"frontend": {
|
|
"menuItems": []
|
|
},
|
|
"hooks": {
|
|
"subscribes": [],
|
|
"emits": [
|
|
"user:google_login"
|
|
]
|
|
}
|
|
}
|