I’m trying to implement auto renewing auth sessions, but renewAuth gives an error when JWT Signature is set to HS256.
I changed it to RS256, but now graph.cool is not accepting the idToken.
Does that mean it’s currently not possible, and that I just have to ask the user to log in again after the token expires?