Skip to content

Commit

Permalink
Add comment on origin of session file
Browse files Browse the repository at this point in the history
  • Loading branch information
sauntimo committed Sep 17, 2024
1 parent 63e657e commit e7f8d8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/plugins/session.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// this file is taken from https://github.com/auth0-extensions/auth0-extension-hapi-tools/blob/master/src/plugins/session.js
// but modified to fit the needs of the authorization extension

const Boom = require('@hapi/boom');
const path = require('path');
const crypto = require('crypto');
Expand Down

0 comments on commit e7f8d8f

Please sign in to comment.