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.
注销时,我们需要调用以下一项或两项吗?
正如这里所建议的:
request()->user()->currentAccessToken()->delete();
正如这里建议的那样
Auth::guard('web')->logout();