You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there is no way to pass given_name and family_name as parameters in the authentication URL when using custom signup. This limitation makes it difficult to capture users' full names during the signup process.
Adding this feature would make it easier to capture the users' real name during signup process without relying on saving it in your own database, or using the Kinde Update User later on.
I believe this feature would be beneficial for many users and would enhance the overall functionality of the Kinde library. Thank you for considering this request!
Additional information
No response
The text was updated successfully, but these errors were encountered:
Prerequisites
What is the problem you’re trying to solve?
Currently, there is no way to pass given_name and family_name as parameters in the authentication URL when using custom signup. This limitation makes it difficult to capture users' full names during the signup process.
What solution would you like to see?
The
authUrlParams
should be able to take given_name and family_name as parameters:Adding this feature would make it easier to capture the users' real name during signup process without relying on saving it in your own database, or using the Kinde Update User later on.
I believe this feature would be beneficial for many users and would enhance the overall functionality of the Kinde library. Thank you for considering this request!
Additional information
No response
The text was updated successfully, but these errors were encountered: