repo stringlengths 7 63 | file_url stringlengths 81 284 | file_path stringlengths 5 200 | content stringlengths 0 32.8k | language stringclasses 1
value | license stringclasses 7
values | commit_sha stringlengths 40 40 | retrieved_at stringdate 2026-01-04 15:02:33 2026-01-05 05:24:06 | truncated bool 2
classes |
|---|---|---|---|---|---|---|---|---|
thedevdojo/voyager | https://github.com/thedevdojo/voyager/blob/7e7e0f4f0e115d2d9e0481a86153a1ceff194c00/resources/views/partials/bulk-delete.blade.php | resources/views/partials/bulk-delete.blade.php | <a class="btn btn-danger" id="bulk_delete_btn"><i class="voyager-trash"></i> <span>{{ __('voyager::generic.bulk_delete') }}</span></a>
{{-- Bulk delete modal --}}
<div class="modal modal-danger fade" tabindex="-1" id="bulk_delete_modal" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
... | php | MIT | 7e7e0f4f0e115d2d9e0481a86153a1ceff194c00 | 2026-01-04T15:03:42.463743Z | false |
thedevdojo/voyager | https://github.com/thedevdojo/voyager/blob/7e7e0f4f0e115d2d9e0481a86153a1ceff194c00/resources/views/partials/coordinates.blade.php | resources/views/partials/coordinates.blade.php | <style>
#map {
height: 400px;
width: 100%;
}
</style>
<script type="application/javascript">
function initMap() {
@forelse($dataTypeContent->getCoordinates() as $point)
var center = {lat: {{ $point['lat'] }}, lng: {{ $point['lng'] }}};
@empty
var cent... | php | MIT | 7e7e0f4f0e115d2d9e0481a86153a1ceff194c00 | 2026-01-04T15:03:42.463743Z | false |
thedevdojo/voyager | https://github.com/thedevdojo/voyager/blob/7e7e0f4f0e115d2d9e0481a86153a1ceff194c00/resources/views/partials/coordinates-static-image.blade.php | resources/views/partials/coordinates-static-image.blade.php | <img src="https://maps.googleapis.com/maps/api/staticmap?zoom={{ config('voyager.googlemaps.zoom') }}&size=400x100&maptype=roadmap&@foreach($data->getCoordinates() as $point)markers=color:red%7C{{ $point['lat'] }},{{ $point['lng'] }}¢er={{ $point['lat'] }},{{ $point['lng'] }}@endforeach&key={{ config('voyager.googl... | php | MIT | 7e7e0f4f0e115d2d9e0481a86153a1ceff194c00 | 2026-01-04T15:03:42.463743Z | false |
thedevdojo/voyager | https://github.com/thedevdojo/voyager/blob/7e7e0f4f0e115d2d9e0481a86153a1ceff194c00/resources/views/dashboard/navbar.blade.php | resources/views/dashboard/navbar.blade.php | <nav class="navbar navbar-default navbar-fixed-top navbar-top">
<div class="container-fluid">
<div class="navbar-header">
<button class="hamburger btn-link">
<span class="hamburger-inner"></span>
</button>
@section('breadcrumbs')
<ol class="bre... | php | MIT | 7e7e0f4f0e115d2d9e0481a86153a1ceff194c00 | 2026-01-04T15:03:42.463743Z | false |
thedevdojo/voyager | https://github.com/thedevdojo/voyager/blob/7e7e0f4f0e115d2d9e0481a86153a1ceff194c00/resources/views/dashboard/sidebar.blade.php | resources/views/dashboard/sidebar.blade.php | <div class="side-menu sidebar-inverse">
<nav class="navbar navbar-default" role="navigation">
<div class="side-menu-container">
<div class="navbar-header">
<a class="navbar-brand" href="{{ route('voyager.dashboard') }}">
<div class="logo-icon-container">
... | php | MIT | 7e7e0f4f0e115d2d9e0481a86153a1ceff194c00 | 2026-01-04T15:03:42.463743Z | false |
thedevdojo/voyager | https://github.com/thedevdojo/voyager/blob/7e7e0f4f0e115d2d9e0481a86153a1ceff194c00/resources/views/users/edit-add.blade.php | resources/views/users/edit-add.blade.php | @extends('voyager::master')
@section('page_title', __('voyager::generic.'.(isset($dataTypeContent->id) ? 'edit' : 'add')).' '.$dataType->getTranslatedAttribute('display_name_singular'))
@section('css')
<meta name="csrf-token" content="{{ csrf_token() }}">
@stop
@section('page_header')
<h1 class="page-title">... | php | MIT | 7e7e0f4f0e115d2d9e0481a86153a1ceff194c00 | 2026-01-04T15:03:42.463743Z | false |
thedevdojo/voyager | https://github.com/thedevdojo/voyager/blob/7e7e0f4f0e115d2d9e0481a86153a1ceff194c00/resources/views/media/index.blade.php | resources/views/media/index.blade.php | @extends('voyager::master')
@section('page_title', __('voyager::generic.media'))
@section('content')
<div class="page-content container-fluid">
@include('voyager::alerts')
<div class="row">
<div class="col-md-12">
<div class="admin-section-title">
<... | php | MIT | 7e7e0f4f0e115d2d9e0481a86153a1ceff194c00 | 2026-01-04T15:03:42.463743Z | false |
thedevdojo/voyager | https://github.com/thedevdojo/voyager/blob/7e7e0f4f0e115d2d9e0481a86153a1ceff194c00/resources/views/media/manager.blade.php | resources/views/media/manager.blade.php | @section('media-manager')
<div>
<div v-if="hidden_element" :id="'dd_'+this._uid" class="dd">
<ol id="files" class="dd-list">
<li v-for="file in getSelectedFiles()" class="dd-item" :data-url="file">
<div class="file_link selected" aria-hidden="true" data-toggle="tooltip" data-plac... | php | MIT | 7e7e0f4f0e115d2d9e0481a86153a1ceff194c00 | 2026-01-04T15:03:42.463743Z | true |
thedevdojo/voyager | https://github.com/thedevdojo/voyager/blob/7e7e0f4f0e115d2d9e0481a86153a1ceff194c00/resources/views/menus/builder.blade.php | resources/views/menus/builder.blade.php | @extends('voyager::master')
@section('page_title', __('voyager::generic.menu_builder'))
@section('page_header')
<h1 class="page-title">
<i class="voyager-list"></i>{{ __('voyager::generic.menu_builder') }} ({{ $menu->name }})
<div class="btn btn-success add_item"><i class="voyager-plus"></i> {{ __... | php | MIT | 7e7e0f4f0e115d2d9e0481a86153a1ceff194c00 | 2026-01-04T15:03:42.463743Z | false |
thedevdojo/voyager | https://github.com/thedevdojo/voyager/blob/7e7e0f4f0e115d2d9e0481a86153a1ceff194c00/resources/views/menus/browse.blade.php | resources/views/menus/browse.blade.php | @extends('voyager::master')
@section('page_title', __('voyager::generic.viewing').' '.$dataType->getTranslatedAttribute('display_name_plural'))
@section('page_header')
<h1 class="page-title">
<i class="voyager-list-add"></i> {{ $dataType->getTranslatedAttribute('display_name_plural') }}
@can('add'... | php | MIT | 7e7e0f4f0e115d2d9e0481a86153a1ceff194c00 | 2026-01-04T15:03:42.463743Z | false |
thedevdojo/voyager | https://github.com/thedevdojo/voyager/blob/7e7e0f4f0e115d2d9e0481a86153a1ceff194c00/resources/views/menus/partial/notice.blade.php | resources/views/menus/partial/notice.blade.php | @if(config('voyager.show_dev_tips'))
<div class="container-fluid">
<div class="alert alert-info">
<strong>{{ __('voyager::generic.how_to_use') }}:</strong>
<p>{{ trans_choice('voyager::menu_builder.usage_hint', !empty($menu) ? 0 : 1) }} <code>menu('{{ !empty($menu) ? $menu->name : 'n... | php | MIT | 7e7e0f4f0e115d2d9e0481a86153a1ceff194c00 | 2026-01-04T15:03:42.463743Z | false |
thedevdojo/voyager | https://github.com/thedevdojo/voyager/blob/7e7e0f4f0e115d2d9e0481a86153a1ceff194c00/resources/views/menu/bootstrap.blade.php | resources/views/menu/bootstrap.blade.php | @if(!isset($innerLoop))
<ul class="nav navbar-nav">
@else
<ul class="dropdown-menu">
@endif
@php
if (Voyager::translatable($items)) {
$items = $items->load('translations');
}
@endphp
@foreach ($items as $item)
@php
$originalItem = $item;
if (Voyager::translatable($item)) {
... | php | MIT | 7e7e0f4f0e115d2d9e0481a86153a1ceff194c00 | 2026-01-04T15:03:42.463743Z | false |
thedevdojo/voyager | https://github.com/thedevdojo/voyager/blob/7e7e0f4f0e115d2d9e0481a86153a1ceff194c00/resources/views/menu/default.blade.php | resources/views/menu/default.blade.php | <ul>
@php
if (Voyager::translatable($items)) {
$items = $items->load('translations');
}
@endphp
@foreach ($items as $item)
@php
$originalItem = $item;
if (Voyager::translatable($item)) {
$item = $item->translate($options->locale);
}
$isActive = null... | php | MIT | 7e7e0f4f0e115d2d9e0481a86153a1ceff194c00 | 2026-01-04T15:03:42.463743Z | false |
thedevdojo/voyager | https://github.com/thedevdojo/voyager/blob/7e7e0f4f0e115d2d9e0481a86153a1ceff194c00/resources/views/menu/admin.blade.php | resources/views/menu/admin.blade.php | <ol class="dd-list">
@foreach ($items as $item)
<li class="dd-item" data-id="{{ $item->id }}">
<div class="pull-right item_actions">
<div class="btn btn-sm btn-danger pull-right delete" data-id="{{ $item->id }}">
<i class="voyager-trash"></i> {{ __('voyager::generic.delete') }}... | php | MIT | 7e7e0f4f0e115d2d9e0481a86153a1ceff194c00 | 2026-01-04T15:03:42.463743Z | false |
thedevdojo/voyager | https://github.com/thedevdojo/voyager/blob/7e7e0f4f0e115d2d9e0481a86153a1ceff194c00/resources/views/compass/index.blade.php | resources/views/compass/index.blade.php | @extends('voyager::master')
@section('css')
@include('voyager::compass.includes.styles')
@stop
@section('page_header')
<h1 class="page-title">
<i class="voyager-compass"></i>
<p> {{ __('voyager::generic.compass') }}</p>
<span class="page-description">{{ __('voyager::compass.welcome')... | php | MIT | 7e7e0f4f0e115d2d9e0481a86153a1ceff194c00 | 2026-01-04T15:03:42.463743Z | false |
thedevdojo/voyager | https://github.com/thedevdojo/voyager/blob/7e7e0f4f0e115d2d9e0481a86153a1ceff194c00/resources/views/compass/includes/commands.blade.php | resources/views/compass/includes/commands.blade.php | @if($artisan_output)
<pre>
<i class="close-output voyager-x">{{ __('voyager::compass.commands.clear_output') }}</i><span class="art_out">{{ __('voyager::compass.commands.command_output') }}:</span>{{ trim(trim($artisan_output,'"')) }}
</pre>
@endif
@foreach($commands as $command)
<div class="comman... | php | MIT | 7e7e0f4f0e115d2d9e0481a86153a1ceff194c00 | 2026-01-04T15:03:42.463743Z | false |
thedevdojo/voyager | https://github.com/thedevdojo/voyager/blob/7e7e0f4f0e115d2d9e0481a86153a1ceff194c00/resources/views/compass/includes/styles.blade.php | resources/views/compass/includes/styles.blade.php | <style type="text/css">
.voyager .compass .nav-tabs{
background:none;
border-bottom:0px;
}
.voyager .compass .nav-tabs > li{
margin-bottom:-1px !important;
}
.voyager .compass .nav-tabs a{
text-align: center;
font-size... | php | MIT | 7e7e0f4f0e115d2d9e0481a86153a1ceff194c00 | 2026-01-04T15:03:42.463743Z | false |
thedevdojo/voyager | https://github.com/thedevdojo/voyager/blob/7e7e0f4f0e115d2d9e0481a86153a1ceff194c00/resources/views/compass/includes/logs.blade.php | resources/views/compass/includes/logs.blade.php |
<div class="col-sm-3 col-md-3 sidebar">
<h3><i class="voyager-logbook"></i> {{ __('voyager::compass.logs.title') }} <small>{{ __('voyager::compass.logs.text') }}.</small></h3>
<div class="list-group">
@foreach($files as $file)
<a href="?log={{ base64_encode($file) }}"
class="list-group-item @if ... | php | MIT | 7e7e0f4f0e115d2d9e0481a86153a1ceff194c00 | 2026-01-04T15:03:42.463743Z | false |
thedevdojo/voyager | https://github.com/thedevdojo/voyager/blob/7e7e0f4f0e115d2d9e0481a86153a1ceff194c00/resources/views/compass/includes/fonts.blade.php | resources/views/compass/includes/fonts.blade.php | <h2>{{ __('voyager::compass.fonts.font_class') }}</h2>
<ul class="glyphs css-mapping">
<li>
<div class="icon voyager-bread"></div>
<input type="text" readonly="readonly" value="voyager-bread">
</li>
<li>
<div class="icon voyager-helm"></div>
<input type="text" readonly="reado... | php | MIT | 7e7e0f4f0e115d2d9e0481a86153a1ceff194c00 | 2026-01-04T15:03:42.463743Z | true |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Token.php | src/Token.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth;
use Tymon\JWTAuth\Validators\TokenValidator;
class Token
{
/**
... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Payload.php | src/Payload.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth;
use ArrayAccess;
use BadMethodCallException;
use Countable;
use Illuminat... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/JWTGuard.php | src/JWTGuard.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth;
use BadMethodCallException;
use Illuminate\Auth\GuardHelpers;
use Illumin... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Manager.php | src/Manager.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth;
use Tymon\JWTAuth\Contracts\Providers\JWT as JWTContract;
use Tymon\JWTAu... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Blacklist.php | src/Blacklist.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth;
use Tymon\JWTAuth\Contracts\Providers\Storage;
use Tymon\JWTAuth\Support\... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/JWT.php | src/JWT.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth;
use BadMethodCallException;
use Illuminate\Http\Request;
use Tymon\JWTAut... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Factory.php | src/Factory.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth;
use Tymon\JWTAuth\Claims\Claim;
use Tymon\JWTAuth\Claims\Collection;
use ... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/JWTAuth.php | src/JWTAuth.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth;
use Tymon\JWTAuth\Contracts\Providers\Auth;
use Tymon\JWTAuth\Http\Parser... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Exceptions/TokenExpiredException.php | src/Exceptions/TokenExpiredException.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Exceptions;
class TokenExpiredException extends JWTException
{
//
}
| php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Exceptions/TokenBlacklistedException.php | src/Exceptions/TokenBlacklistedException.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Exceptions;
class TokenBlacklistedException extends TokenInvalidException
... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Exceptions/PayloadException.php | src/Exceptions/PayloadException.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Exceptions;
class PayloadException extends JWTException
{
//
}
| php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Exceptions/TokenInvalidException.php | src/Exceptions/TokenInvalidException.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Exceptions;
class TokenInvalidException extends JWTException
{
//
}
| php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Exceptions/UserNotDefinedException.php | src/Exceptions/UserNotDefinedException.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Exceptions;
class UserNotDefinedException extends JWTException
{
//
}
| php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Exceptions/JWTException.php | src/Exceptions/JWTException.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Exceptions;
use Exception;
class JWTException extends Exception
{
/**... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Exceptions/InvalidClaimException.php | src/Exceptions/InvalidClaimException.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Exceptions;
use Exception;
use Tymon\JWTAuth\Claims\Claim;
class InvalidC... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Http/Parser/KeyTrait.php | src/Http/Parser/KeyTrait.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Http\Parser;
trait KeyTrait
{
/**
* The key.
*
* @var s... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Http/Parser/RouteParams.php | src/Http/Parser/RouteParams.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Http\Parser;
use Illuminate\Http\Request;
use Tymon\JWTAuth\Contracts\Http... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Http/Parser/InputSource.php | src/Http/Parser/InputSource.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Http\Parser;
use Illuminate\Http\Request;
use Tymon\JWTAuth\Contracts\Http... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Http/Parser/QueryString.php | src/Http/Parser/QueryString.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Http\Parser;
use Illuminate\Http\Request;
use Tymon\JWTAuth\Contracts\Http... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Http/Parser/Parser.php | src/Http/Parser/Parser.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Http\Parser;
use Illuminate\Http\Request;
class Parser
{
/**
* T... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Http/Parser/LumenRouteParams.php | src/Http/Parser/LumenRouteParams.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Http\Parser;
use Illuminate\Http\Request;
use Illuminate\Support\Arr;
cla... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Http/Parser/AuthHeaders.php | src/Http/Parser/AuthHeaders.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Http\Parser;
use Illuminate\Http\Request;
use Tymon\JWTAuth\Contracts\Http... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Http/Parser/Cookies.php | src/Http/Parser/Cookies.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Http\Parser;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\C... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Http/Middleware/Authenticate.php | src/Http/Middleware/Authenticate.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Http\Middleware;
use Closure;
/** @deprecated */
class Authenticate exten... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Http/Middleware/Check.php | src/Http/Middleware/Check.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Http\Middleware;
use Closure;
use Exception;
/** @deprecated */
class Che... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Http/Middleware/AuthenticateAndRenew.php | src/Http/Middleware/AuthenticateAndRenew.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Http\Middleware;
use Closure;
/** @deprecated */
class AuthenticateAndRen... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Http/Middleware/BaseMiddleware.php | src/Http/Middleware/BaseMiddleware.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Http\Middleware;
use Illuminate\Http\Request;
use Symfony\Component\HttpKe... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Http/Middleware/RefreshToken.php | src/Http/Middleware/RefreshToken.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Http\Middleware;
use Closure;
use Symfony\Component\HttpKernel\Exception\U... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Support/CustomClaims.php | src/Support/CustomClaims.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Support;
trait CustomClaims
{
/**
* Custom claims.
*
* ... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Support/Utils.php | src/Support/Utils.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Support;
use Carbon\Carbon;
class Utils
{
/**
* Get the Carbon i... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Support/RefreshFlow.php | src/Support/RefreshFlow.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Support;
trait RefreshFlow
{
/**
* The refresh flow flag.
*
... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Contracts/Claim.php | src/Contracts/Claim.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Contracts;
interface Claim
{
/**
* Set the claim value, and call ... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Contracts/Validator.php | src/Contracts/Validator.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Contracts;
interface Validator
{
/**
* Perform some checks on the... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Contracts/JWTSubject.php | src/Contracts/JWTSubject.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Contracts;
interface JWTSubject
{
/**
* Get the identifier that w... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Contracts/Http/Parser.php | src/Contracts/Http/Parser.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Contracts\Http;
use Illuminate\Http\Request;
interface Parser
{
/**
... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Contracts/Providers/Storage.php | src/Contracts/Providers/Storage.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Contracts\Providers;
interface Storage
{
/**
* @param string $k... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Contracts/Providers/Auth.php | src/Contracts/Providers/Auth.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Contracts\Providers;
interface Auth
{
/**
* Check a user's creden... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Contracts/Providers/JWT.php | src/Contracts/Providers/JWT.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Contracts\Providers;
interface JWT
{
/**
* @param array $payloa... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Facades/JWTFactory.php | src/Facades/JWTFactory.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Facades;
use Illuminate\Support\Facades\Facade;
class JWTFactory extends ... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Facades/JWTProvider.php | src/Facades/JWTProvider.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Facades;
use Illuminate\Support\Facades\Facade;
class JWTProvider extends... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Facades/JWTAuth.php | src/Facades/JWTAuth.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Facades;
use Illuminate\Support\Facades\Facade;
class JWTAuth extends Fac... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Console/JWTGenerateSecretCommand.php | src/Console/JWTGenerateSecretCommand.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Console;
use Illuminate\Console\Command;
use Illuminate\Support\Str;
clas... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Validators/TokenValidator.php | src/Validators/TokenValidator.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Validators;
use Tymon\JWTAuth\Exceptions\TokenInvalidException;
class Tok... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Validators/Validator.php | src/Validators/Validator.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Validators;
use Tymon\JWTAuth\Contracts\Validator as ValidatorContract;
us... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Validators/PayloadValidator.php | src/Validators/PayloadValidator.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Validators;
use Tymon\JWTAuth\Claims\Collection;
use Tymon\JWTAuth\Excepti... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Claims/Collection.php | src/Claims/Collection.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Claims;
use Illuminate\Support\Collection as IlluminateCollection;
use Ill... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Claims/Issuer.php | src/Claims/Issuer.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Claims;
class Issuer extends Claim
{
/**
* {@inheritdoc}
*/
... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Claims/DatetimeTrait.php | src/Claims/DatetimeTrait.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Claims;
use DateInterval;
use DateTimeInterface;
use Tymon\JWTAuth\Excepti... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Claims/Audience.php | src/Claims/Audience.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Claims;
class Audience extends Claim
{
/**
* {@inheritdoc}
*... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Claims/Subject.php | src/Claims/Subject.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Claims;
class Subject extends Claim
{
/**
* {@inheritdoc}
*/... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Claims/JwtId.php | src/Claims/JwtId.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Claims;
class JwtId extends Claim
{
/**
* {@inheritdoc}
*/
... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Claims/Custom.php | src/Claims/Custom.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Claims;
class Custom extends Claim
{
/**
* @param string $name
... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Claims/Claim.php | src/Claims/Claim.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Claims;
use Illuminate\Contracts\Support\Arrayable;
use Illuminate\Contrac... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Claims/NotBefore.php | src/Claims/NotBefore.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Claims;
use Tymon\JWTAuth\Exceptions\TokenInvalidException;
class NotBefo... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Claims/IssuedAt.php | src/Claims/IssuedAt.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Claims;
use Tymon\JWTAuth\Exceptions\InvalidClaimException;
use Tymon\JWTA... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Claims/Factory.php | src/Claims/Factory.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Claims;
use Illuminate\Http\Request;
use Illuminate\Support\Str;
use Tymon... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Claims/Expiration.php | src/Claims/Expiration.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Claims;
use Tymon\JWTAuth\Exceptions\TokenExpiredException;
class Expirat... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Providers/LumenServiceProvider.php | src/Providers/LumenServiceProvider.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Providers;
use Tymon\JWTAuth\Http\Parser\LumenRouteParams;
class LumenSer... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Providers/LaravelServiceProvider.php | src/Providers/LaravelServiceProvider.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Providers;
use Tymon\JWTAuth\Http\Parser\Cookies;
use Tymon\JWTAuth\Http\P... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Providers/AbstractServiceProvider.php | src/Providers/AbstractServiceProvider.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Providers;
use Illuminate\Support\ServiceProvider;
use Namshi\JOSE\JWS;
us... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Providers/Storage/Illuminate.php | src/Providers/Storage/Illuminate.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Providers\Storage;
use BadMethodCallException;
use Illuminate\Contracts\Ca... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Providers/Auth/Illuminate.php | src/Providers/Auth/Illuminate.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Providers\Auth;
use Illuminate\Contracts\Auth\Guard as GuardContract;
use ... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Providers/JWT/Provider.php | src/Providers/JWT/Provider.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Providers\JWT;
use Illuminate\Support\Arr;
abstract class Provider
{
... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/src/Providers/JWT/Lcobucci.php | src/Providers/JWT/Lcobucci.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Providers\JWT;
use DateTimeImmutable;
use DateTimeInterface;
use Exception... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/tests/JWTAuthTest.php | tests/JWTAuthTest.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Test;
use Illuminate\Http\Request;
use Mockery;
use stdClass;
use Tymon\JW... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/tests/FactoryTest.php | tests/FactoryTest.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Test;
use Mockery;
use Tymon\JWTAuth\Claims\Collection;
use Tymon\JWTAuth\... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/tests/ManagerTest.php | tests/ManagerTest.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Test;
use Mockery;
use Tymon\JWTAuth\Blacklist;
use Tymon\JWTAuth\Claims\C... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/tests/AbstractTestCase.php | tests/AbstractTestCase.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Test;
use Carbon\Carbon;
use Mockery;
use PHPUnit\Framework\TestCase;
abs... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/tests/PayloadTest.php | tests/PayloadTest.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Test;
use BadMethodCallException;
use Mockery;
use Tymon\JWTAuth\Claims\Au... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/tests/JWTGuardTest.php | tests/JWTGuardTest.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Test;
use Illuminate\Auth\EloquentUserProvider;
use Illuminate\Http\Reques... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/tests/BlacklistTest.php | tests/BlacklistTest.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Test;
use Mockery;
use Tymon\JWTAuth\Blacklist;
use Tymon\JWTAuth\Claims\C... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/tests/TokenTest.php | tests/TokenTest.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Test;
use Tymon\JWTAuth\Token;
class TokenTest extends AbstractTestCase
{... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/tests/Http/ParserTest.php | tests/Http/ParserTest.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Test\Http;
use Illuminate\Http\Request;
use Illuminate\Routing\Route;
use ... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/tests/Fixtures/Foo.php | tests/Fixtures/Foo.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Test\Fixtures;
use Tymon\JWTAuth\Claims\Claim;
class Foo extends Claim
{
... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/tests/Middleware/AbstractMiddlewareTest.php | tests/Middleware/AbstractMiddlewareTest.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Test\Middleware;
use Illuminate\Http\Request;
use Mockery;
use Tymon\JWTAu... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/tests/Middleware/CheckTest.php | tests/Middleware/CheckTest.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Test\Middleware;
use Mockery;
use Tymon\JWTAuth\Exceptions\TokenInvalidExc... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/tests/Middleware/AuthenticateAndRenewTest.php | tests/Middleware/AuthenticateAndRenewTest.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Test\Middleware;
use Illuminate\Http\Response;
use Mockery;
use Symfony\Co... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/tests/Middleware/AuthenticateTest.php | tests/Middleware/AuthenticateTest.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Test\Middleware;
use Mockery;
use Symfony\Component\HttpKernel\Exception\U... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/tests/Middleware/RefreshTokenTest.php | tests/Middleware/RefreshTokenTest.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Test\Middleware;
use Illuminate\Http\Response;
use Mockery;
use Symfony\Co... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/tests/Validators/TokenValidatorTest.php | tests/Validators/TokenValidatorTest.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Test\Validators;
use Tymon\JWTAuth\Exceptions\TokenInvalidException;
use T... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
tymondesigns/jwt-auth | https://github.com/tymondesigns/jwt-auth/blob/152f571c1a7f76528b03c9843baad3ebd2a2185f/tests/Validators/PayloadValidatorTest.php | tests/Validators/PayloadValidatorTest.php | <?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tymon\JWTAuth\Test\Validators;
use Tymon\JWTAuth\Claims\Collection;
use Tymon\JWTAuth\Cl... | php | MIT | 152f571c1a7f76528b03c9843baad3ebd2a2185f | 2026-01-04T15:04:24.804405Z | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.