You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mobile can direct comunicate with auth0 differently to webapp we need to add the user mongo_db id inside the jwt token. There are two approachs here:
1- we do it on mobile app and backend does not need to change
2- we build a service on backend to attend android and ios just to decode token add id and return the same token.
The text was updated successfully, but these errors were encountered:
As mobile can direct comunicate with auth0 differently to webapp we need to add the user mongo_db id inside the jwt token. There are two approachs here:
1- we do it on mobile app and backend does not need to change
2- we build a service on backend to attend android and ios just to decode token add id and return the same token.
The text was updated successfully, but these errors were encountered: