Skip to content
Snippets Groups Projects

Add leeway for JWT

Merged Peter Wolanin requested to merge issue/jwt-3427911:3427911-add-several-minutes into 2.x
2 unresolved threads

Related to #3427911

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
74 74 if (!$jwt_class) {
75 75 $jwt_class = JWT::class;
76 76 }
77 if (property_exists($jwt_class, 'leeway')) {
78 $jwt_class::$leeway = 300;
  • Peter Wolanin added 3 commits

    added 3 commits

    • 5fe746dc - 1 commit from branch project:2.x
    • dbc4ac4c - Merge remote-tracking branch 'origin/2.x' into 3427911-add-several-minutes
    • 17bd0714 - Add test cases for main module

    Compare with previous version

  • Peter Wolanin added 1 commit

    added 1 commit

    Compare with previous version

  • Peter Wolanin added 1 commit

    added 1 commit

    Compare with previous version

  • Peter Wolanin added 1 commit

    added 1 commit

    Compare with previous version

  • Peter Wolanin added 1 commit

    added 1 commit

    Compare with previous version

  • Peter Wolanin added 1 commit

    added 1 commit

    Compare with previous version

  • Peter Wolanin added 1 commit

    added 1 commit

    Compare with previous version

  • Peter Wolanin added 1 commit

    added 1 commit

    Compare with previous version

  • 19 18 * @group jwt
    20 19 */
    21 20 class JwtAuthLoginTest extends BrowserTestBase {
    22 use ApiRequestTrait;
  • Peter Wolanin added 1 commit

    added 1 commit

    Compare with previous version

  • Peter Wolanin added 1 commit

    added 1 commit

    Compare with previous version

  • Peter Wolanin added 1 commit

    added 1 commit

    Compare with previous version

  • Erich Beyrent
  • Peter Wolanin added 2 commits

    added 2 commits

    • 4d3a54df - 1 commit from branch project:2.x
    • ff296032 - Merge remote-tracking branch 'origin/2.x' into 3427911-add-several-minutes

    Compare with previous version

  • Please register or sign in to reply
    Loading