Browse Source

new JWT library

pull/25/head
Aaron Parecki 8 years ago
parent
commit
ae126d26ca
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      controllers/controllers.php

+ 1
- 0
controllers/controllers.php View File

@ -1,4 +1,5 @@
<?php <?php
use Firebase\JWT\JWT;
function require_login(&$app, $redirect=true) { function require_login(&$app, $redirect=true) {
$params = $app->request()->params(); $params = $app->request()->params();

Loading…
Cancel
Save