123456789101112131415161718192021 |
- key: github
- title: GitHub
- description: GitHub Inc. is a web-based hosting service for version control using Git.
- author: requarks.io
- logo: https://static.requarks.io/logo/github.svg
- color: grey darken-3
- website: https://github.com
- isAvailable: true
- useForm: false
- props:
- clientId:
- type: String
- title: Client ID
- hint: Application Client ID
- order: 1
- clientSecret:
- type: String
- title: Client Secret
- hint: Application Client Secret
- order: 2
|