Every token is created with an expiration time. When a token expires, is it removed from this table using a trigger or something similar or not?
Tokens are not stored in the database. The tc_keystore table is not for tokens, but for signing keys.
tc_keystore
Every token is created with an expiration time. When a token expires, is it removed from this table using a trigger or something similar or not?