We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db7cb2 commit 9d17bfcCopy full SHA for 9d17bfc
README.md
@@ -0,0 +1,12 @@
1
+# github-oauth-api
2
+
3
+## Usage
4
5
+1. Fork this repo
6
+2. Replace the `name` field in `now.json` to what you want
7
+3. Add client secret: `now secrets add client_secret ${your secret here}`
8
+4. Run `now` to deploy
9
10
+## License
11
12
+MIT
now.json
@@ -1,4 +1,5 @@
{
+ "name": "github-oauth-api-example",
"env": {
"CLIENT_SECRET": "@client_secret"
}
0 commit comments