How might you go about writing your own token privoder in your CMS? Here's a simple example in PHP using JWT tokens - you'd only need to implement `getLoggedInCmsUser()` ```php