This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clear auth instance on every requests
Currenly auth instance is resseting after swoole reload/restart, and after user login - it shares auth across all other requests. This commit fixes: 1) Logout user after swoole reload 2) Share auth instance across all requests
- Loading branch information