forked from prisma-archive/graphcool-templates
-
Notifications
You must be signed in to change notification settings - Fork 2
/
templates.json
42 lines (42 loc) · 1.01 KB
/
templates.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"auth0": {
"path": "auth/auth0",
"description": "Authentication using Auth0"
},
"email-password": {
"path": "auth/email-password",
"description": "Simple email-password based authentication"
},
"facebook-auth": {
"path": "auth/facebook",
"description": "Authentication using Facebook OAuth2"
},
"github-auth": {
"path": "auth/github",
"description": "Authentication using Github OAuth2"
},
"google-auth": {
"path": "auth/google",
"description": "Authentication using Google OAuth2"
},
"fixer": {
"path": "misc/fixer",
"description": "GraphQL wrapper for fixer.io"
},
"mailgun": {
"path": "messaging/mailgun",
"description": "Send emails with Mailgun"
},
"pusher": {
"path": "messaging/pusher",
"description": "Send Push Notifications with Pusher"
},
"ses": {
"path": "messaging/ses",
"description": "Send emails with AWS SES"
},
"twilio": {
"path": "messaging/twilio",
"description": "Send SMS with Twilio"
}
}