I have my own users table. I am storing if the user is blocked in the table. I want it to return claim error something like st-user-blocked: true in when verifying session or on sign in. How do I achieve this? Can this be done by just overriding session recipe?