It is possible to automatic sign in the user after api signup ? #3090
Unanswered
antoniodinovi
asked this question in
Q&A
Replies: 1 comment
-
Logto is OIDC-based, so initiate an OIDC auth is required for end-user sign-in. for now we have no out-of-the-box support for deep sign-in customization - you need to update the we've add the support of full sign-in customization (i.e. headless) to our roadmap, but it's at a medium priority. |
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
-
Hi all, i have an application with a custom registration flow. After my flow i register the user using the logto api POST on /api/users. This works fine for me.
After this signup the user is redirect to the sign-in screen and thei he just login in to the app.
There is some way to automatically login the user after the programmatically signup, and skip the sign-in page redirect ?
my application front end is based on next.js
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions