You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wiki/server/modules/authentication/facebook/definition.yml

31 lines
707 B

key: facebook
title: Facebook
description: Facebook is an online social media and social networking service company.
author: requarks.io
logo: https://static.requarks.io/logo/facebook.svg
icon: /_assets/icons/ultraviolet-facebook.svg
color: indigo
website: https://facebook.com/
isAvailable: true
useForm: false
scopes:
- email
props:
clientId:
type: String
title: App ID
hint: Application ID
order: 1
clientSecret:
type: String
title: App Secret
hint: Application Secret
sensitive: true
order: 2
refs:
callbackUrl:
title: Authorization Callback URL
hint: The callback endpoint to input on Facebook.
icon: back
value: '{host}/login/{id}/callback'