Skip to content

Commit

Permalink
fix: google idToken successfully decoded
Browse files Browse the repository at this point in the history
  • Loading branch information
Nayananga committed Sep 8, 2019
1 parent 9c6f6ef commit ff53aec
Show file tree
Hide file tree
Showing 17 changed files with 795 additions and 264 deletions.
10 changes: 10 additions & 0 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/project_3s_server.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion restapi/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ DISPLAY_ERROR_DETAILS=true
APP_DOMAIN='https://www.yourdomain.com'
USE_REDIS_CACHE=false
REDIS_URL=''
SECRET_KEY='YourSuperSecret-KeY'

CLIENT_ID='59634195100-2sf9d07t0j5s6viuv1ec32nf3ld4rtns.apps.googleusercontent.com'
3 changes: 2 additions & 1 deletion restapi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"predis/predis": "^1.1",
"firebase/php-jwt": "^5.0",
"ext-json": "*",
"ext-pdo": "*"
"ext-pdo": "*",
"google/apiclient": "^2.2"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
Expand Down
Loading

0 comments on commit ff53aec

Please sign in to comment.