With the work of the last days, the API token form is now working (the email sending needs to be tested):
The module jwt_link is currently not available for Druapl 10, we use this in Drupal 7 to se the fields we want to include in the token. So, for now, these are set directly in the code of the mmoda module:
With the work of the last days, the API token form is now working (the email sending needs to be tested):
The module
jwt_link
is currently not available for Druapl 10, we use this in Drupal 7 to se the fields we want to include in the token. So, for now, these are set directly in the code of the mmoda module:https://github.com/oda-hub/mmoda-frontend-module/blob/e0bb29b78c965de101e8593fa5326bcb0601da18/mmoda.module#L132-L155
Hopefully the module will be soon available also for Drupal 10, making our life easier.
Finally, the token structure is also slightly different:
eg
But afetr some test, it seems like it is still compatible with the dispatcher