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
// Optional Options for further verification - Full list can be found here https://github.com/auth0/node-jsonwebtoken#jwtverifytoken-secretorpublickey-options-callback
367
367
// audience: 'localhost', // client id - can also be an array
368
368
// nonce: 'NONCE', // nonce
@@ -378,6 +378,8 @@ module.exports = function (app) {
378
378
account.loadByUuid(username,(err,user)=>{
379
379
if(err)returnnext(err);
380
380
account.apple=userId;
381
+
// Save the email address here if we missed it before
0 commit comments