Check if user is authenticated outside laravel (wordpress)

I am trying to create a secure autologin script and i would like to add an extra layer of security besides an md5 hash.

I am using laravel for my main application, and from here i will try to autologin an allready authenticated user to a wordpress blog. How can i check the session or cookie if the user is authenticated with the laravel app within the wordpress plugin?

Read More

Thanks in advance!

Related posts

Leave a Reply