Replies: 1 comment
-
|
https://github.com/AxeWP/wp-graphql-headless login allows you to use PHP to register custom authentication providers. You'd need to handle mapping the phone numbers to WP users though (this is not natively supported by WordPress). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to implement authorization by phone number in headless mode similar to email? Are there any ready-made solutions on this topic? Or can you please suggest a direction for a solution (any thoughts)? Currently I am using JWT authorization via a plugin: https://github.com/wp-graphql/wp-graphql-jwt-authentication
Beta Was this translation helpful? Give feedback.
All reactions