Kennedy R. Ngigi
Kennedy R. Ngigi
` user: { property: 'email', // autoFetch: true }, clientId: '', endpoints: { login: { url: 'login', method: 'post' }, logout: { url: 'logout', method: 'post' }, user: { url:...
While trying to crop images in an Ionic application I get the warning "Image edit is not supported" I have; 1. allowEdit: true, 2. targetWidth: 300, 3. targetHeight: 500 After...
I am trying to set my AUTH_HEADER_PREFIX to Bearer but fails with Error 401 (Unauthorized). My frontend fails to get the Token.