-
Why do we need to create a new CredentialSource when checking credentials. I found every time when user login, it creates a new record in the db. I tried to remove this line and it works too. |
Beta Was this translation helpful? Give feedback.
Answered by
sicaboy
Apr 7, 2024
Replies: 2 comments 1 reply
-
Solved by passing a non-string $credentialId |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sicaboy
-
You shall pass the object from the DB instead of a string. Passing a string is now deprecated ( ) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solved by passing a non-string $credentialId