Replies: 1 comment
-
You can have multiple Rodauth configurations in the same app: https://rodauth.jeremyevans.net/rdoc/files/README_rdoc.html#label-With+Multiple+Configurations That's what you want to do if you have multiple create_account routes in one application. |
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
-
I am looking at creating an application where there are different types of users... and I'd like to have a different route to handle the signup process for each of them. Is this possible? I understand from the docs that
create_account_route
only works with 1 route; what can I do if I want Rodauth to be able to create accounts from multiple different routes?Beta Was this translation helpful? Give feedback.
All reactions