Use vanilla to authenticate other pages my website
I have a php tipping website with tipping data in a table that uses a User_ID vaiable.
Is is possible to have the user log in through vanilla. Then parse the currently logged in user id the tipping page of my website?
0