File tree 2 files changed +18
-26
lines changed
2 files changed +18
-26
lines changed Original file line number Diff line number Diff line change 11
11
* .seed
12
12
* .pid.lock
13
13
14
- # Directory for instrumented libs generated by jscoverage/JSCover
15
- lib-cov
16
-
17
- # Coverage directory used by tools like istanbul
14
+ # Coverage directory
18
15
coverage
19
16
20
- # nyc test coverage
21
- .nyc_output
22
-
23
- # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
24
- .grunt
25
-
26
- # Bower dependency directory (https://bower.io/)
27
- bower_components
28
-
29
- # node-waf configuration
30
- .lock-wscript
31
-
32
17
# Compiled binary addons (https://nodejs.org/api/addons.html)
33
18
build /Release
34
19
35
20
# Dependency directories
36
21
node_modules /
37
- jspm_packages /
38
-
39
- # TypeScript v1 declaration files
40
- typings /
41
22
42
23
# Optional npm cache directory
43
24
.npm
@@ -54,8 +35,8 @@ typings/
54
35
# Yarn Integrity file
55
36
.yarn-integrity
56
37
57
- # dotenv environment variables file
58
- .env
38
+ # Misc
39
+ / _
59
40
60
- # next.js build output
61
- .next
41
+ # JetBrains IDEs
42
+ .idea
Original file line number Diff line number Diff line change 1
- # netlify-cms-oauth-provider-node
2
- An stateless external OAuth provider for netlify-cms with built-in support for Zeit Now serverless functions
1
+ # ` netlify-cms-oauth-provider-node `
2
+
3
+ A stateless [ external OAuth provider] ( https://www.netlifycms.org/docs/authentication-backends/#external-oauth-clients )
4
+ for ` netlify-cms ` .
5
+
6
+ This package exposes an API that makes it easy to use in a traditional long-running Node server (i.e. using ` express ` )
7
+ or in stateless serverless functions (i.e.
8
+ [ Zeit Now Serverless Functions] ( https://zeit.co/docs/v2/serverless-functions/introduction ) ).
9
+
10
+ ## TODO
11
+
12
+ - [ ] Basic modularized/abstract implementation
13
+ - [ ] Usage instructions
You can’t perform that action at this time.
0 commit comments