Hello Rastin
We need some help with creation of users in our Anahita installation bypassing the default registration/authentication process.
Our users are currently created/authenticated by phone number only through Twilio authy two-factor authentication (https://www.twilio.com).
The created/authenticated phone number + token are put into a Mongo DB table.
We would like to create Anahita users using these "already-authenticated phone numbers," bypassing the native Anahita registration/authentication service.
What would you suggest?
Powered by Anahita
Rastin Mehr
You also need an Anahita user plugin that logs them out from both systems if users decided to logout from Anahita. An extreme example, you can custom develop com_people and place it as an app in the packages directory. Anahita will installing your custom com_people instead of linking the default one. I haven't tried this myself, but in theory it should work.
Moments like this I wish we had a fully functioning native OAuth producer/consumer in Anahita. It's already on the roadmap.