You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked my logs and I'm sure is a bug in this package.
I can reproduce this bug in isolation (vanilla Laravel install)
I can suggest a workaround as a Pull Request
Expectation
when i try to login. but it prompt the error below.
Description
Prompt my user table missing column. i just migrate the default db souce from package
Reproduction
i was used the default function from package
publicfunctionlogin(AssertedRequest$request): Response
{
returnresponse()->noContent($request->login('admin') ? 204 : 422);
}
Stack trace & logs
Column not found: 1054 Unknown column 'rawId' in 'where clause' (Connection: mysql, SQL: select * from table where id = IUFjLK-rfAh7U3oV_zP_uJ6YW3umWXo3fipCY3HE6Ho and rawId = IUFjLK+rfAh7U3oV/zP/uJ6YW3umWXo3fipCY3HE6Ho= and response in (u2ghoRLl52c6KTnfJU/7W3nVPzrVuUA/98mAWWV0hw8FAAAAAA==, eyJ0eXBlIjoid2ViYXV0aG4uZ2V0IiwiY2hhbGxlbmdlIjoiX2QtNC1tVjJfUEVueUFTZkJHNnBRdyIsIm9yaWdpbiI6Imh0dHBzOi8vYmFzZS10ZW1wbGF0ZS50ZXN0IiwiY3Jvc3NPcmlnaW4iOmZhbHNlfQ==, MEYCIQDhaC21Gjmin6oB9tyvrQJSsrukRNcscvd8s36HRxrT+AIhAL3RS6G4idm6mgfoWeak8SIgtJla++A4saiAznGWV6ih, a07bc26051d04b909c9dfce9f9068255) and type = public-key limit 1)
The text was updated successfully, but these errors were encountered:
PHP & Platform
8.2.8 - MacOS
Database
MySQL 8.0.27
Laravel version
10
Have you done this?
Expectation
when i try to login. but it prompt the error below.
Description
Prompt my user table missing column. i just migrate the default db souce from package
Reproduction
Stack trace & logs
Column not found: 1054 Unknown column 'rawId' in 'where clause' (Connection: mysql, SQL: select * from
table
whereid
= IUFjLK-rfAh7U3oV_zP_uJ6YW3umWXo3fipCY3HE6Ho andrawId
= IUFjLK+rfAh7U3oV/zP/uJ6YW3umWXo3fipCY3HE6Ho= andresponse
in (u2ghoRLl52c6KTnfJU/7W3nVPzrVuUA/98mAWWV0hw8FAAAAAA==, eyJ0eXBlIjoid2ViYXV0aG4uZ2V0IiwiY2hhbGxlbmdlIjoiX2QtNC1tVjJfUEVueUFTZkJHNnBRdyIsIm9yaWdpbiI6Imh0dHBzOi8vYmFzZS10ZW1wbGF0ZS50ZXN0IiwiY3Jvc3NPcmlnaW4iOmZhbHNlfQ==, MEYCIQDhaC21Gjmin6oB9tyvrQJSsrukRNcscvd8s36HRxrT+AIhAL3RS6G4idm6mgfoWeak8SIgtJla++A4saiAznGWV6ih, a07bc26051d04b909c9dfce9f9068255) andtype
= public-key limit 1)The text was updated successfully, but these errors were encountered: