Skip to content

Commit

Permalink
changing the jwt auth to token method instead of publickey
Browse files Browse the repository at this point in the history
  • Loading branch information
saravahdatipour committed Nov 14, 2024
1 parent d032b4f commit 1a01961
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
4 changes: 0 additions & 4 deletions config.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,3 @@
define('IRMATUBE_NEXT_SESSION_URL', BASE_URL . '/demo/get_session_request.php');
define('IRMATUBE_CREDENTIAL', 'pbdf.pbdf.irmatube');
}

if (JWT_ENABLED) {
define('IRMA_SERVER_PUBLICKEY', __DIR__ . '/../data/pk.pem');
}
1 change: 0 additions & 1 deletion data/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions data/README.md

This file was deleted.

0 comments on commit 1a01961

Please sign in to comment.