Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果监护人访问令牌已过期,有没有办法刷新?
过期的令牌不能按定义使用。您应该在令牌过期之前刷新它。每个包自述文件,你会这样做:
# Refresh a token before it expires {:ok, _old_stuff, {new_token, new_claims}} = MyApp.Guardian.refresh(token)