This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Name and Surname | Email address (login) | Password | Role | |
---|---|---|---|---|
Adam Gray|Adam Gray | adamgray@yahoo.com | sadg90-83289u-239ghs | 1st Support Line | |
Kate Antonescu|Katerina Antonescu | k.antonescu@gmail.com | 394VHd-348201-TEei23 | 1st Support Line | |
Ian Taylor|Ian Taylor | ian.taylor@outlook.com | 429842-UFGwer-5093nb | 2nd Support Line | |
Ayca Bircicek|Ayça Birçiçek | a.bircicek@gmail.com | 45890f-UGHFi2-3509hg | 2nd Support Line |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
JWT can be downloaded here: https://github.com/firebase/php-jwt | |
You can also use JWT PEAR package http://pear.php.net/pepr/pepr-proposal-show.php?id=688 | |
*/ | |
include "Authentication/JWT.php"; | |
define('CURRENT_TIME', strtotime(gmdate("M d Y H:i:s").'+0000')); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<title>Sample page with widget</title> | |
</head> | |
<body> |