Fabschu
Fabschu
We use the oauth-password-grant authorizer and override the authenticate method. If its called with credentials we execute the original super method. If not we set the grant_type to client_credentials in...
We solved this by overrriding the _scheduleAccessTokenRefresh function (copy paste the original implementation) and add an catch block to the this._refreshAccessToken in the run.later call.
We´ve got something like a wishlist. The user can add a product to the wishlist with an ajax post. Then he opens the wishlist by changing the route and all...