mirror of
https://github.com/flarum/framework.git
synced 2024-11-24 23:17:47 +08:00
e524c59f97
Some providers (e.g. Twitter) don't expose user email addresses, so it turns out we can't use that as the sole form of identification/account matching. This commit introduces a new `auth_tokens` table which stores arbitrary attributes during the sign up process. For example, when Twitter is authenticated, a new auth token containing the user's Twitter ID will be created. When sign up is completed with this token, that Twitter ID will be set as an attribute on the user's account. |
||
---|---|---|
.. | ||
admin | ||
forum | ||
lib | ||
.gitignore | ||
bower.json |