Invalid authentication request TW and FB
Closed this issue · 2 comments
adetwiler commented
Invalid authentication request occurs when signing up for a new account when using Facebook and Twitter. (The Account gets created in the DB, but Invalid authentication request occurs every time you try to log in).
For users who already had a Facebook or Twitter account, logging in via Twitter or Facebook works.
Edit
To clarify, the user gets an entry in the user table, but not in user_metadata or user_content
thomshouse commented
I can't reproduce this.
I changed the handshake between userauth plugins and the auth controller in e751399. Is it possible you need to make changes to your auth plugin?
adetwiler commented
It was the created_at field. For some reason it didn't create it in the DB, but after I added it manually, it worked!