Xano auth: can we have > 1 sign up end point?

I want to have another sign up end point for a different group of users. is it possible with the xano auth plugin?

if not, what’s the best way to accomplish this? thank you!

You can implement it yourself with Xano request action and Xano Auth store token action!

Call your endpoint, it should return the auth token, call the store token with this one, then call fetch user :slight_smile:

1 Like