~fkooman/php-jwt

9a924894be56e1109248db538fa21a79d0bbe954 — François Kooman 4 years ago 1fa4e4a
update (C)
M .php_cs.dist => .php_cs.dist +1 -1
@@ 18,7 18,7 @@ return PhpCsFixer\Config::create()
            'php_unit_strict' => true,
            'header_comment' => [
                'header' => <<< 'EOD'
Copyright (c) 2019 François Kooman <fkooman@tuxed.net>
Copyright (c) 2019-2020 François Kooman <fkooman@tuxed.net>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

M benchmarks/SignBench.php => benchmarks/SignBench.php +1 -1
@@ 1,7 1,7 @@
<?php

/*
 * Copyright (c) 2019 François Kooman <fkooman@tuxed.net>
 * Copyright (c) 2019-2020 François Kooman <fkooman@tuxed.net>
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal

M example/run.php => example/run.php +1 -1
@@ 1,7 1,7 @@
<?php

/*
 * Copyright (c) 2019 François Kooman <fkooman@tuxed.net>
 * Copyright (c) 2019-2020 François Kooman <fkooman@tuxed.net>
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal

M src/EdDSA.php => src/EdDSA.php +1 -1
@@ 1,7 1,7 @@
<?php

/*
 * Copyright (c) 2019 François Kooman <fkooman@tuxed.net>
 * Copyright (c) 2019-2020 François Kooman <fkooman@tuxed.net>
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal

M src/Exception/JsonException.php => src/Exception/JsonException.php +1 -1
@@ 1,7 1,7 @@
<?php

/*
 * Copyright (c) 2019 François Kooman <fkooman@tuxed.net>
 * Copyright (c) 2019-2020 François Kooman <fkooman@tuxed.net>
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal

M src/Exception/JwtException.php => src/Exception/JwtException.php +1 -1
@@ 1,7 1,7 @@
<?php

/*
 * Copyright (c) 2019 François Kooman <fkooman@tuxed.net>
 * Copyright (c) 2019-2020 François Kooman <fkooman@tuxed.net>
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal

M src/Exception/KeyException.php => src/Exception/KeyException.php +1 -1
@@ 1,7 1,7 @@
<?php

/*
 * Copyright (c) 2019 François Kooman <fkooman@tuxed.net>
 * Copyright (c) 2019-2020 François Kooman <fkooman@tuxed.net>
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal

M src/HS256.php => src/HS256.php +1 -1
@@ 1,7 1,7 @@
<?php

/*
 * Copyright (c) 2019 François Kooman <fkooman@tuxed.net>
 * Copyright (c) 2019-2020 François Kooman <fkooman@tuxed.net>
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal

M src/Json.php => src/Json.php +1 -1
@@ 1,7 1,7 @@
<?php

/*
 * Copyright (c) 2019 François Kooman <fkooman@tuxed.net>
 * Copyright (c) 2019-2020 François Kooman <fkooman@tuxed.net>
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal

M src/Jwt.php => src/Jwt.php +1 -1
@@ 1,7 1,7 @@
<?php

/*
 * Copyright (c) 2019 François Kooman <fkooman@tuxed.net>
 * Copyright (c) 2019-2020 François Kooman <fkooman@tuxed.net>
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal

M src/Keys/EdDSA/PublicKey.php => src/Keys/EdDSA/PublicKey.php +1 -1
@@ 1,7 1,7 @@
<?php

/*
 * Copyright (c) 2019 François Kooman <fkooman@tuxed.net>
 * Copyright (c) 2019-2020 François Kooman <fkooman@tuxed.net>
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal

M src/Keys/EdDSA/SecretKey.php => src/Keys/EdDSA/SecretKey.php +1 -1
@@ 1,7 1,7 @@
<?php

/*
 * Copyright (c) 2019 François Kooman <fkooman@tuxed.net>
 * Copyright (c) 2019-2020 François Kooman <fkooman@tuxed.net>
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal

M src/Keys/HS256/SecretKey.php => src/Keys/HS256/SecretKey.php +1 -1
@@ 1,7 1,7 @@
<?php

/*
 * Copyright (c) 2019 François Kooman <fkooman@tuxed.net>
 * Copyright (c) 2019-2020 François Kooman <fkooman@tuxed.net>
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal

M src/Keys/RS256/PrivateKey.php => src/Keys/RS256/PrivateKey.php +1 -1
@@ 1,7 1,7 @@
<?php

/*
 * Copyright (c) 2019 François Kooman <fkooman@tuxed.net>
 * Copyright (c) 2019-2020 François Kooman <fkooman@tuxed.net>
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal

M src/Keys/RS256/PublicKey.php => src/Keys/RS256/PublicKey.php +1 -1
@@ 1,7 1,7 @@
<?php

/*
 * Copyright (c) 2019 François Kooman <fkooman@tuxed.net>
 * Copyright (c) 2019-2020 François Kooman <fkooman@tuxed.net>
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal

M src/RS256.php => src/RS256.php +1 -1
@@ 1,7 1,7 @@
<?php

/*
 * Copyright (c) 2019 François Kooman <fkooman@tuxed.net>
 * Copyright (c) 2019-2020 François Kooman <fkooman@tuxed.net>
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal

M tests/EdDSATest.php => tests/EdDSATest.php +1 -1
@@ 1,7 1,7 @@
<?php

/*
 * Copyright (c) 2019 François Kooman <fkooman@tuxed.net>
 * Copyright (c) 2019-2020 François Kooman <fkooman@tuxed.net>
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal

M tests/HS256Test.php => tests/HS256Test.php +1 -1
@@ 1,7 1,7 @@
<?php

/*
 * Copyright (c) 2019 François Kooman <fkooman@tuxed.net>
 * Copyright (c) 2019-2020 François Kooman <fkooman@tuxed.net>
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal

M tests/Keys/SecretKeyTest.php => tests/Keys/SecretKeyTest.php +1 -1
@@ 1,7 1,7 @@
<?php

/*
 * Copyright (c) 2019 François Kooman <fkooman@tuxed.net>
 * Copyright (c) 2019-2020 François Kooman <fkooman@tuxed.net>
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal

M tests/RS256Test.php => tests/RS256Test.php +1 -1
@@ 1,7 1,7 @@
<?php

/*
 * Copyright (c) 2019 François Kooman <fkooman@tuxed.net>
 * Copyright (c) 2019-2020 François Kooman <fkooman@tuxed.net>
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal

M tests/TestEdDSA.php => tests/TestEdDSA.php +1 -1
@@ 1,7 1,7 @@
<?php

/*
 * Copyright (c) 2019 François Kooman <fkooman@tuxed.net>
 * Copyright (c) 2019-2020 François Kooman <fkooman@tuxed.net>
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal

M tests/TestRS256.php => tests/TestRS256.php +1 -1
@@ 1,7 1,7 @@
<?php

/*
 * Copyright (c) 2019 François Kooman <fkooman@tuxed.net>
 * Copyright (c) 2019-2020 François Kooman <fkooman@tuxed.net>
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal