如果Guardian访问令牌已过期,有没有办法刷新该令牌?
根据定义,过期的令牌不能使用。应在令牌过期之前刷新令牌。每个包自述文件,您将这样做:
# Refresh a token before it expires {:ok, _old_stuff, {new_token, new_claims}} = MyApp.Guardian.refresh(token)