Skip to content

Commit fdf6cd5

Browse files
Implements social media authentication options.
This commit adds support for authenticating with Google and GitHub in addition to the existing authentication mechanism. This enhancement allows users to login using their social media accounts, providing a more convenient and secure experience. The changes include adding new environment variables and registering the authentication routes.
1 parent 65eecb0 commit fdf6cd5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.env.example

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
DATABASE_URL=
22
BETTER_AUTH_SECRET=
3-
BETTER_AUTH_URL=
3+
BETTER_AUTH_URL=
4+
5+
GOOGLE_CLIENT_ID=
6+
GOOGLE_CLIENT_SECRET=
7+
8+
GITHUB_CLIENT_ID=
9+
GITHUB_CLIENT_SECRET=

0 commit comments

Comments
 (0)