Yeah, I have a webapp, were I want users that haven’t been registered to be able to try it out, and then keep their user id when they register.
So basically:
If you’re opening a particular page without being signed in, a new (guest) identity is created.
You can use the app a little bit with this identity, but then you get prompted to sign up and this is where this identity (with a user id) is being reused.
I’m mostly curious if this is something that would be possible to implement on Nextjs with ory elements. I don’t really want to spend a week or two on this.