Migrate social network credentials to new services section #152
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: aheathershaw/blue-twilight#152
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Facebook/Twitter/Google app client ID and app secret should be migrated by a data migration from the configuration table into the new "services" table.
The admin screen needs to present a drop-down listing the services applicable to each provider - e.g. the Facebook section should list all services of type "facebook."
When any of the following is hit, if there is no "service" selector for each social provider, the configuration option should be disabled:
This will also resolve an issue where a social network can be enabled and used for login/registration even if no app ID/secret has been provided - resulting in a 500 server error.
Last 2 things left to do for this: