-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
D10 main #267
base: master
Are you sure you want to change the base?
Conversation
With the work of the last days, the API token form is now working (the email sending needs to be tested): The module mmoda-frontend-module/mmoda.module Lines 132 to 155 in e0bb29b
Hopefully the module will be soon available also for Drupal 10, making our life easier. Finally, the token structure is also slightly different: eg {
"iat": 1725447485,
"exp": 1725451085,
"drupal": {
"uid": "1"
},
"sub": "admin@example.com",
"email": "admin@example.com",
"name": "sitamin",
"roles": [
"authenticated",
"administrator",
"integral_private_qla",
"unige_hpc_full"
],
"field_matrix_room_id": "asd"
} But afetr some test, it seems like it is still compatible with the dispatcher |
No description provided.