How to signup and keep current user session
Hello @garyaustin I have this situation where I have admin dashboard where admin can create staff members, am using auth.signup api but then it makes the new user take on the current session which I don't want, just want to create a user but not log them in. How do I go about this, currently I did a hack, I first store current user's session in some state then use set session to set it back after but that is causing some funny situations... looked around couldn't find a definitive way to do this, any help will be appreciated!