laravel / passport

Laravel Passport provides OAuth2 server support to Laravel.

Home Page:https://laravel.com/docs/passport

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to deal table `user` primary key type string

ppozippy opened this issue · comments

Passport Version

10.1

Laravel Version

8.40

PHP Version

7.3.4

Database Driver & Version

8.0.12

Description

My user table primary key id type is char(32),password auth pass need insert data to table auth_access_tokens.
But table auth_access_tokens column user_id type is bigint(20),now inserted data is incomplete.
How I can deal it.
Thanks.

Steps To Reproduce

Effect all auth methods.

Hi there,

Thanks for reporting but it looks like this is a question which can be asked on a support channel. Please only use this issue tracker for reporting bugs with the library itself. If you have a question on how to use functionality provided by this repo you can try one of the following channels:

However, this issue will not be locked and everyone is still free to discuss solutions to your problem!

Thanks.