如何将令牌从 authClient 发送到商店?

How to send the token from authClient to the store?

我已经在另一个应用程序中实现了 admin-on-rest,并使用演练中描述的 authClient.js 将令牌保存在 localstoreage 中。

在我的 redux 商店中保存令牌的最佳方法是什么?我无法从 authClient 函数调度操作。

A custom reducer 可能会在这里工作。捕捉 USER_LOGIN_SUCCESS 动作。它的有效负载将是您的任何 authClient returns 因此请确保它包含您的令牌。