Is the CMS and the tickets separate back ends.
Cms and Api Authentication
Hello, fellow web artisans.
I am working on an application that has a Cms and also will have a ticket vending site. The Cms has an authentication and so does the site. The Cms will have a session authentication, because it does not need to be done using Apis, but the site will be using Apis.
Once I have made a question here on this forum asking how to separate the user table for those two auths. The answer was that I could just keep one table for both users and use that table for authenticating the users. For the data the site users wil have associated with their account, I would just store in a separate table and reference it. Now problem is: I need to make both the auths systems but I don't know how. DOes anyone has a source for me o visit and get a way to do this?
Please or to participate in this conversation.