The current main TFA module does not support Drupal 11 yet. Waiting until this will be the case.
Im sorry, but I don't see any policy regarding this topic. Can you provide further information regarding this topic?
This module utilizes the logic of you TFA module, so it can be used for headless applications. Are you implying that headless TFA is prohibited?
For documentation how you can access/enable the endpoints, this is provided in on the module page and inside the readme. Is there anything more you want to see?
@vishal.kadam I updated everything based on your feedback.
I also removed Drupal 8 support from the 1.0.x branch, as
arlanschouwstra → created an issue.
I came up with a temporary fix. If I do a $user->save();
in a hook_enity_insert()
it works properly. This is probably because the profile is combined with the user, but the user does not get updated.
Might be something to look into.
arlanschouwstra → created an issue.