Skip to content

Commit e98248f

Browse files
committed
chore(apps/lti): add logging for LTI launch callback
1 parent 7994023 commit e98248f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/lti/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ if (process.env.LTI_DB_TYPE === 'postgres') {
5353

5454
// LTI launch callback (token has been verified by ltijs beforehand)
5555
Provider.onConnect((token, req, res) => {
56+
console.log('LTI launch callback:', token)
57+
5658
const jwt = JWT.sign(
5759
{
5860
sub: token.user,

0 commit comments

Comments
 (0)