How to send a registration request? #6429
Unanswered
TheMikeyRoss
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hi, we are working on this, @xiaoyijun could you please share some details on the incoming feature? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a express.js backend and a next.js frontend in my monorepo. And I want to keep my own login/registraion pages and I just want to send a request to my self-hosted logto behind the scenes. So that when the user completes the registration form, I can send an api call behind the scene to create the actual user in logto. And then make another api call to get the user and the token and so on.
Is it possible to use logto like that? I've been stuck for days trying to add logto to my existing architecutre without redirecting users outside to logto pages.
I currently have /auth/register endpoint which creates the user in my mongoDB. Is it possible to keep the same endpoint but make it create the user using logto? (without redirecting the user)
Beta Was this translation helpful? Give feedback.
All reactions