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.

13 lines
403 B

  1. key: oauth2
  2. title: Generic OAuth2
  3. description: OAuth 2 is an authorization framework that enables applications to obtain limited access to user accounts on an HTTP service.
  4. author: requarks.io
  5. logo: https://static.requarks.io/logo/oauth2.svg
  6. color: grey darken-4
  7. website: https://oauth.net/2/
  8. useForm: false
  9. props:
  10. clientId: String
  11. clientSecret: String
  12. authorizationURL: String
  13. tokenURL: String