So i have a problem, I am creating a website with the job board template and I want to have 2 roles on the page. My idea is to have one role for users who can apply to jobs created by companies and another role for companies that can create jobs.
I can register as a USER with XanoAuth for now, but when I want to create the registration for COMPANIES, the plugin that points to the auth/signup endpoint is linked to the USER DB and not to the COMPANY DB and i cant find a way to ‘separate’ this. how can i fix this?
My register company workflow only takes the fields in the user db, but i need to take the ones on my company db for this registration