Skip to content
Snippets Groups Projects

Resolve #3441016 "Drupal 10.2"

Merged Alex Pott requested to merge issue/jwt-3441016:3441016-drupal-10.2 into 3.x
1 unresolved thread

Related to #3441016

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
  • Ankit Pathak
  • Alex Pott added 1 commit

    added 1 commit

    Compare with previous version

  • Alex Pott added 1 commit

    added 1 commit

    Compare with previous version

  • Alex Pott added 1 commit

    added 1 commit

    • 850c220b - Add required argument for Drupal 11

    Compare with previous version

  • Alex Pott added 2 commits

    added 2 commits

    • 6801feae - Strings not objects in test messages
    • cb06482e - decode expects a string

    Compare with previous version

  • Alex Pott resolved all threads

    resolved all threads

  • Pravin Gaikwad added 2 commits

    added 2 commits

    • 5fe746dc - Issue #3397660 by alexpott, tstoeckler: Use AccountInterface instead of...
    • b0910002 - Merge branch jwt:2.x into 3441016-drupal-10.2

    Compare with previous version

  • 66 66 * @param string|null $jwt_class
    67 67 * The JWT library class.
    68 68 */
    69 public function __construct(UsersJwtKeyRepositoryInterface $key_repository, EntityTypeManagerInterface $entity_type_manager, Settings $settings, LoggerChannelFactoryInterface $logger_factory, string $jwt_class = NULL) {
    69 public function __construct(UsersJwtKeyRepositoryInterface $key_repository, EntityTypeManagerInterface $entity_type_manager, Settings $settings, LoggerChannelFactoryInterface $logger_factory, ?string $jwt_class = NULL) {
  • Please register or sign in to reply
    Loading