Hi there guys, I have a question related to Auth0 ...
# prisma-whats-new
w
Hi there guys, I have a question related to Auth0 integration with graphcool (on iOS). My problem is that i Cant find a way to refresh my idToken with refreshToken. I can successfully renew my accessToken, but idToken is missing from credentials ( using
Auth0.authentication().renew
and
Auth0.authentication().tokenExchange
). This forces me to ask user to log in again after the idToken have expired, which is a huge inconvenience. A am using only Facebook login and i have switched to HS256 encoding and OIDC turned off as previously suggested. Is it causing the problem? Thanks!