britton-jb / sentinel

DEPRECATED - Phoenix Authentication library that wraps Guardian for extra functionality
MIT License
106 stars 19 forks source link

Adds the ability to persist oauth token data as embedded struct #59

Closed britton-jb closed 7 years ago

britton-jb commented 7 years ago

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.