Skip to content

Commit 45c9364

Browse files
authored
Create .env
Set ID to your oauth appid, secret to the oauth app secret and callback to your app's callback url, if the url's dont match an error will occour
1 parent f1ff177 commit 45c9364

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.env

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
GITHUB_CLIENT_ID=
2+
GITHUB_CLIENT_SECRET=
3+
GITHUB_REDIRECT_URI=https://yourapp.something/auth/github/callback

0 commit comments

Comments
 (0)