1234567891011121314151617181920212223242526272829 |
- key: auth0
- title: Auth0
- description: Auth0 provides universal identity platform for web, mobile, IoT, and internal applications.
- author: requarks.io
- logo: https://static.requarks.io/logo/auth0.svg
- color: deep-orange
- website: https://auth0.com/
- isAvailable: true
- useForm: false
- scopes:
- - openid
- - profile
- - email
- props:
- domain:
- type: String
- title: Domain
- hint: Your Auth0 domain (e.g. something.auth0.com)
- order: 1
- clientId:
- type: String
- title: Client ID
- hint: Application Client ID
- order: 2
- clientSecret:
- type: String
- title: Client Secret
- hint: Application Client Secret
- order: 3
|