File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
12
12
namespace Tymon \JWTAuth \Providers \JWT ;
13
13
14
- use Exception ;
15
14
use DateTimeImmutable ;
16
15
use DateTimeInterface ;
16
+ use Exception ;
17
+ use Illuminate \Support \Collection ;
18
+ use Lcobucci \JWT \Configuration ;
17
19
use Lcobucci \JWT \Signer ;
20
+ use Lcobucci \JWT \Signer \Ecdsa ;
18
21
use Lcobucci \JWT \Signer \Key ;
22
+ use Lcobucci \JWT \Signer \Key \InMemory ;
19
23
use Lcobucci \JWT \Signer \Rsa ;
20
- use Lcobucci \JWT \Signer \Ecdsa ;
21
- use Lcobucci \JWT \Configuration ;
22
24
use Lcobucci \JWT \Token \Builder ;
23
- use Illuminate \Support \Collection ;
24
- use Lcobucci \JWT \Signer \Key \InMemory ;
25
25
use Lcobucci \JWT \Token \RegisteredClaims ;
26
+ use Lcobucci \JWT \Validation \Constraint \SignedWith ;
26
27
use Tymon \JWTAuth \Contracts \Providers \JWT ;
27
28
use Tymon \JWTAuth \Exceptions \JWTException ;
28
- use Lcobucci \JWT \Validation \Constraint \SignedWith ;
29
29
use Tymon \JWTAuth \Exceptions \TokenInvalidException ;
30
30
31
31
class Lcobucci extends Provider implements JWT
You can’t perform that action at this time.
0 commit comments