How to signup/register a new user? #814
-
I didn't see anything related to register a new user/login on the Documentation. Is there anyway to signup/register a user? |
Beta Was this translation helpful? Give feedback.
Answered by
blakewilson
May 26, 2022
Replies: 1 comment
-
Hi @Jyun111, You are correct. Currently there isn't a mechansim to register from the frontend like For now, I would recommend using the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
josephfusco
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Jyun111,
You are correct. Currently there isn't a mechansim to register from the frontend like
useLogin
,useLogout
. We have a ticket in our backlog to create auseRegister
hook.For now, I would recommend using the
registerUser
WP GraphQL mutuation to achieve this.