@hedhog/admin 0.51.6 → 0.51.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/hedhog.yaml +70 -0
- package/package.json +1 -1
package/hedhog.yaml
CHANGED
@@ -404,6 +404,76 @@ data:
|
|
404
404
|
- where:
|
405
405
|
slug: admin
|
406
406
|
setting_group:
|
407
|
+
- slug: oauth
|
408
|
+
icon: brand-auth0
|
409
|
+
name:
|
410
|
+
en: OAuth
|
411
|
+
pt: OAuth
|
412
|
+
description:
|
413
|
+
en: OAuth settings and configurations.
|
414
|
+
pt: Configurações e definições do OAuth.
|
415
|
+
relations:
|
416
|
+
setting:
|
417
|
+
- slug: google_client_id
|
418
|
+
type: string
|
419
|
+
name:
|
420
|
+
en: Google Client ID
|
421
|
+
pt: ID do Cliente Google
|
422
|
+
description:
|
423
|
+
en: The client ID for Google OAuth
|
424
|
+
pt: O ID do cliente para o OAuth do Google
|
425
|
+
value: null
|
426
|
+
user_override: false
|
427
|
+
- slug: google_client_secret
|
428
|
+
type: string
|
429
|
+
name:
|
430
|
+
en: Google Client Secret
|
431
|
+
pt: Segredo do Cliente Google
|
432
|
+
description:
|
433
|
+
en: The client secret for Google OAuth
|
434
|
+
pt: O segredo do cliente para o OAuth do Google
|
435
|
+
value: null
|
436
|
+
user_override: false
|
437
|
+
- slug: google_scopes
|
438
|
+
type: array
|
439
|
+
name:
|
440
|
+
en: Google Scopes
|
441
|
+
pt: Escopos do Google
|
442
|
+
description:
|
443
|
+
en: The scopes for Google OAuth
|
444
|
+
pt: Os escopos para o OAuth do Google
|
445
|
+
value: email,profile
|
446
|
+
user_override: false
|
447
|
+
- slug: facebook_client_id
|
448
|
+
type: string
|
449
|
+
name:
|
450
|
+
en: Facebook Client ID
|
451
|
+
pt: ID do Cliente Facebook
|
452
|
+
description:
|
453
|
+
en: The client ID for Facebook OAuth
|
454
|
+
pt: O ID do cliente para o OAuth do Facebook
|
455
|
+
value: null
|
456
|
+
user_override: false
|
457
|
+
- slug: facebook_client_secret
|
458
|
+
type: string
|
459
|
+
name:
|
460
|
+
en: Facebook Client Secret
|
461
|
+
pt: Segredo do Cliente Facebook
|
462
|
+
description:
|
463
|
+
en: The client secret for Facebook OAuth
|
464
|
+
pt: O segredo do cliente para o OAuth do Facebook
|
465
|
+
value: null
|
466
|
+
user_override: false
|
467
|
+
- slug: facebook_scopes
|
468
|
+
type: array
|
469
|
+
name:
|
470
|
+
en: Facebook Scopes
|
471
|
+
pt: Escopos do Facebook
|
472
|
+
description:
|
473
|
+
en: The scopes for Facebook OAuth
|
474
|
+
pt: Os escopos para o OAuth do Facebook
|
475
|
+
value: id,emails,name,displayName,photos
|
476
|
+
user_override: false
|
407
477
|
- slug: general
|
408
478
|
icon: settings
|
409
479
|
name:
|