Hi, question related to integration with Auth0, u...
# prisma-whats-new
m
Hi, question related to integration with Auth0, using Auth0 with phone number and pin code by SMS authentication , every time user login it get new auth token which make all other user device token invalid, so user can be login only from 1 device at a time, is there a way around this and let him login from multiple device?
c
Just a shot but maybe try and change your signing algorithm. https://graphcool.slack.com/archives/C0MQJ62NL/p1505329043000573
Check that thread.
a
The different tokens for the different devices should all be linked to the same auth0Id, something like auth0|12345678. If you use the SE version of Auth0 authentication, you can find users based on that ID, instead of the token.