Skip to content

Commit

Permalink
Working on LTI 1.3. Not completed yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
webchuckweb committed Jun 17, 2020
1 parent e618bc4 commit 64f0b29
Show file tree
Hide file tree
Showing 31 changed files with 1,820 additions and 1,137 deletions.
9 changes: 2 additions & 7 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,12 @@ APP_SECRET=eb2f09f8a21b0b7c57b9fc36eee250eb
# IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
DATABASE_URL=mysql://root:root@127.0.0.1:3306/udoit_ng
###< doctrine/doctrine-bundle ###

###> lexik/jwt-authentication-bundle ###
JWT_SECRET_KEY=%kernel.project_dir%/config/jwt/private.pem
JWT_PUBLIC_KEY=%kernel.project_dir%/config/jwt/public.pem
JWT_PASSPHRASE=ad6e3dd8b8382ebb27f1d24998a8bece
###< lexik/jwt-authentication-bundle ###
### PRIVATE KEY PASSWORD: UDOIT3.0 ###

###> udoit ###
APP_LMS=canvas
APP_REDIRECT_URL="https://yoga.local/cidi/symfony/udoit/public/authorize/check"
APP_OAUTH_REDIRECT_URL="https://yoga.local/cidi/symfony/udoit/public/authorize/check"
APP_LTI_REDIRECT_URL="https://yoga.local/cidi/symfony/udoit/public/lti/authorize/check"

###> symfony/messenger ###
MESSENGER_TRANSPORT_DSN=doctrine://default
Expand Down
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

###> symfony/framework-bundle ###
/.env.local
/.env.local.php
Expand All @@ -14,11 +13,6 @@
.phpunit.result.cache
/phpunit.xml
###< symfony/phpunit-bridge ###

###> lexik/jwt-authentication-bundle ###
/config/jwt/*.pem
###< lexik/jwt-authentication-bundle ###

###> symfony/webpack-encore-bundle ###
/node_modules/
/public/build/
Expand Down
11 changes: 9 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
"php": "^7.2.5",
"ext-ctype": "*",
"ext-iconv": "*",
"firebase/php-jwt": "^5.2",
"imsglobal/lti-1p3-tool": "dev-master",
"knpuniversity/oauth2-client-bundle": "^1.34",
"lexik/jwt-authentication-bundle": "^2.6",
"sensio/framework-extra-bundle": "^5.5",
"symfony/apache-pack": "^1.0",
"symfony/asset": "5.0.*",
Expand Down Expand Up @@ -86,5 +87,11 @@
"allow-contrib": false,
"require": "5.0.*"
}
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/IMSGlobal/lti-1-3-php-library"
}
]
}
Loading

0 comments on commit 64f0b29

Please sign in to comment.