sametsahindogan / laravel-jwtredis

:rocket: This package allows JWT-authenticated users to be stored and management in Redis with their roles, permissions, statuses and anything you want.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transaction aware code execution when observer triggered

sametsahindogan opened this issue · comments

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

compatible on v1.2.0