One thing I'm wondering is how to force logout users. 1. When a user changes his password, all old Tokens should be invalid. Is this happening already? 2. There should be a way to invalidate all refreshTokens, so all clients would have to login with user credentials again. 3. Is it possible to only invalidate tokens, that are linked to one client?