Multi authentication

Options
Hi Xano team

Question, I have the standard user table that is used for authentication on an end point. I have temp users that live in another table and had a look at the documents to enable authentication from a different table. However, my problem is that I have one end point that needs to be accesses by the temp users and the users under the user table. Is there an option to enable more than one authentication table on an end point.

The alternative is to load the users and the temp table into the user table and remove them once the action have been completed.

Comments

  • Riaan Backer
    Options
    Ok I have solved this. I did just generate a new auth token for the temp users and stored it in the user table without needing to create them in the actual user table. Very cool feature to have!