Replies: 2 comments
-
This has been fixed on Laravel upcoming version 13.x via laravel/passport#1783 and laravel/passport#1780 |
Beta Was this translation helpful? Give feedback.
0 replies
-
tks~!Looking forward to it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
version:
laravel/framework 11.37.0
laravel/passport 12.3.1
controller :
When executed :
Auth::user()->createToken('Personnel Token', ['admin'])->accessToken;
database log :
The log shows that oauth_clients table is queried multiple times!Is this normal, or is my usage wrong?
Beta Was this translation helpful? Give feedback.
All reactions