Hey, I keep getting `The provided idToken is inval...
# prisma-whats-new
f
Hey, I keep getting
The provided idToken is invalid
when trying to create a user with auth0. I've verified that the idToken is valid and from the right domain/etc. Does anyone have any ideas?
n
@fred how did you obtain this token? We only support HS256 encoded tokens at this point, meaning you need Auth0 Lock or auth0-js in version 7 (not 8!)
f
@nilan oh dear... guess I'll have to downgrade everything
@nilan when do you think you'll be supporting RS256 tokens?
n
Oh noes!
Not anytime soon to be honest! We're opening up authentication much more in general though, so at some point you will be able to handle that logic yourself. Here's the corresponding feature request to stay notified: https://github.com/graphcool/feature-requests/issues/145