BubbaLovesCheese
Active member
So I'm curious about the new Xenforo API endpoints. Specifically the
It says:
Could someone just give me a brief bullet point flow chart on how this might work?
I mean, if I have a seperate website with a user base, can I use these XF APIs to automatically create/login any of my users if the land on the XF URL?
POST auth/from-session
and the POST auth/login-token
It says:
Looks up the active XenForo user based on session ID or remember cookie value. This can be used to help with seamless SSO with XF, assuming the session or remember cookies are available to your page.
Generates a token that can automatically log into a specific XenForo user when the login URL is visited.
Could someone just give me a brief bullet point flow chart on how this might work?
I mean, if I have a seperate website with a user base, can I use these XF APIs to automatically create/login any of my users if the land on the XF URL?