Is there a way to use the WordPress users but without loading the entire WordPress core?
If I had to do this, I’d use my own cookie to determine login and only load WordPress to check when necessary. The wordpress_logged_in_{some-hash} cookie can be used to determine the user, and WordPress uses it to determine same. You can’t easily reimplement that, but you can use it without loading WordPress on multiple requests. … Read more