Wordpress <--> Auth0 <--> Custom Database

I’ve gotten this whole flow working.

  1. When landing on Wordpress site, Auth0’s Unversal Login is trigger immediately (Checked!)
  2. User logs-in successful and take to Wordpress page (Checked!)
  3. User is added to Auth0 User database as well as Wordpress User Database based on if they exist in Custome Database (Checked!)

This issue I am having is when the User is deleted or suspended from Custom Database, User is still able to log in. Auth0 is setup to use my own Custom Database. If user exist and new, create within Auth0 and Wordpress. How do I get Auth0 check and verify user from Custom Database, and update Auth0 and Wordress?