How to logout (ie, revoke, delete, or invalidate the tokens) for a user on an Aqueduct server?
问题 I know how to implement a route to register a user and also how to trade user credentials in for an access token. These are both covered in the official tutorial. How do you invalidate the access token (and refresh token) for a registered user. This is necessary both for logging out and for limiting damage if a user's account is compromised. I see there is a method authServer.revokeAllGrantsForResourceOwner(identifier) but I am still working on how to get the identifier from the user since