<@U54LJ56EL> hey I'm also doing RN+Graphcool+Auth0...
# prisma-whats-new
t
@danielvdm hey I'm also doing RN+Graphcool+Auth0.. after a bit of struggle, things seems to be working ok now. I was informed that Graphcool does not accept RS256 signed idTokens so you have to resign it server side (I use webtask to do it). Then there is the refreshing of tokens and then there is the cumbersome Auth0 rule if you want to store metadata like a name in the Auth0 database. In all an amazingly amount of hassle compared to 1 line of code for logging in using Parse before. I believe Graphcool could benefit a lot by making a RN module that makes all of this trivial. I think a lot of mobile devs now jumping to RN would love to have such a plug'n'play module.
d
@trond sounds about right
the refresh tokens are especially for me the annoying things
n
@trond @danielvdm thanks for sharing your thoughts! we are working on simplifying auth considerably which would also allow an integration with R256 tokens. I like your idea with creating a module for different front ends. @kmandrup has put together this great resource: https://github.com/tecla5/easy-graphql-auth sounds about what you had in mind 🙂
d
cool!