Skip to content

Commit b940caa

Browse files
committed
Set up Google OAuth
1 parent 72a47ce commit b940caa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.env.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,8 @@ PUSHER_APP_CLUSTER=mt1
5050

5151
MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
5252
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
53+
54+
55+
GOOGLE_CLIENT_ID =
56+
GOOGLE_CLIENT_SECRET =
57+
GOOGLE_CLIENT_REDIRECT =

resources/views/welcome.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@extends('layouts.app')
22

33
@section('title')
4-
CourseCast
4+
CourseCasts
55
@endsection
66

77
@section('content')

0 commit comments

Comments
 (0)