framework/js
Toby Zerner e524c59f97 Improve external authentication API
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.
2015-09-15 15:56:48 +09:30
..
admin Add external authenticator (social login) API 2015-09-15 11:27:31 +09:30
forum Improve external authentication API 2015-09-15 15:56:48 +09:30
lib Add external authenticator (social login) API 2015-09-15 11:27:31 +09:30
.gitignore Share bower components between forum/admin 2015-05-05 09:16:34 +09:30
bower.json Implement basic bio formatting. closes flarum/core#203 2015-08-04 11:41:47 +09:30