- Issue created by @alexpott
- 🇬🇧United Kingdom alexpott 🇪🇺🌍
alexpott → changed the visibility of the branch 3441016-make-drupal-10.2 to hidden.
- Status changed to Needs review
10 months ago 10:36am 15 April 2024 - 🇬🇧United Kingdom alexpott 🇪🇺🌍
alexpott → changed the visibility of the branch 3441016-drupal-10.2 to active.
- 🇬🇧United Kingdom alexpott 🇪🇺🌍
Got to love #config_target... 15 files +33 −85 ... lovely diff stat.
- 🇮🇳India ankitv18
@alexpott are we covering D11 changes here? Then can we update the summary and close the other D11 related tickets opened against 3.x
cc: @pwolanin
- First commit to issue fork.
- Status changed to RTBC
7 months ago 8:47am 22 July 2024 - 🇮🇳India ankitv18
Hi @alexpott,
I've validate the changes on local with Drupal 11.0.0-rc1- Manually added the SHA private/public key from the configuration page of JWT and KEY respectively.
- Automatically added the JWT Keys from user profile and perform edit/delete operations.
Attaching the screenshots of the output
Also requested a minor suggestion which we can ignore for now as nothing is breaking and working fine, hence marking this one as RTBC
cc: @pwolanin
- 🇮🇳India ankitv18
Hi @pwolanin,
Any plans to get this atleast dev merge or stable release?cc: @alexpott
- First commit to issue fork.
-
pwolanin →
committed d5fe2966 on 3.x authored by
alexpott →
Issue #3441016 by alexpott, ankitv18: Make Drupal 10.2 the minimum for 3...
-
pwolanin →
committed d5fe2966 on 3.x authored by
alexpott →
- Status changed to Fixed
7 months ago 7:38pm 24 July 2024 - 🇮🇳India vipin.mittal18 Greater Noida
Hello @pwolanin,
We are approaching the release of Drupal 11, so should we expect stable version for this module before that release? Thanks!
Automatically closed - issue fixed for 2 weeks with no activity.
- 🇮🇳India vipin.mittal18 Greater Noida
Hello @pwolanin,
I wanted to ask if there are any plans or possibilities for releasing a Drupal 11 compatible version of the jwt module. Thanks!
- 🇮🇳India vipin.mittal18 Greater Noida
One can use
composer require 'drupal/jwt:3.x-dev'
to download the JWT D11 compatible version.To avoid any breakable changes in dev version, one can use
composer require 'drupal/jwt:3.x-dev#5fe746dc'