Closed
Description
Finally, Laravel gained transaction aware code execution. So, laravel-jwtredis package have an observer for user role & permission synchronization on Redis. If we use a transaction for User model, observer won't wait for commit. jwtredis must be fully compatible with this new feature.
Releted PR is here: laravel/framework#35373