Previously Ueberauth functionality only allowed for logging in. This patch ensure the oauth token is persisted as an embedded struct on the Sentinel.Ueberauth schema. This allows for easy retrieval and usage of the other APIs the oauth token provides access to.
Previously Ueberauth functionality only allowed for logging in. This patch ensure the oauth token is persisted as an embedded struct on the
Sentinel.Ueberauth
schema. This allows for easy retrieval and usage of the other APIs the oauth token provides access to.