oauth cleanup: test fakes and generic provider

This commit is contained in:
2016-09-17 21:53:41 -05:00
parent 5dc60e0b41
commit b9177bb55d
10 changed files with 96 additions and 23 deletions

View File

@ -5,10 +5,11 @@ defaults: &defaults
mysql_usr: "user"
mysql_pwd: "password"
full_app_url: "localhost:3000"
gitlab_oauth: provider-url
gitlab_client: client-id
gitlab_secret: client-secret
gitlab_callback: local-callback
oauth_provider: Provider-HumanName
oauth_path: provider-url
client_key: client-id
secret_key: client-secret
callback_url: local-callback
development:
<<: *defaults