dechalico

Results 2 comments of dechalico

I also have the same issue after calling the loginWith method the token didn't set. @siiiido did you already figured out the solution for this one ?

@Songoo7 I solve it by doing this one. local { token: { property: 'data.token', required: true, global: true, name: 'Authorization', type: 'Bearer', }, user: { property: 'data.member', autoFetch: false, },...