Allow customer URL schemas for OAuth callback URLs

Fixes #1019
This commit is contained in:
Tom Hughes 2015-07-28 12:13:18 +01:00
parent 93a617fec9
commit 098d1fc235
4 changed files with 61 additions and 2 deletions

View file

@ -20,6 +20,7 @@ oauth_web_app:
oauth_desktop_app:
name: Some OAuth Desktop App
created_at: "2009-04-21 00:00:00"
url: http://some.desktop.app.org/
support_url: http://some.desktop.app.org/support
updated_at: "2009-04-21 00:00:00"
user_id: 2
@ -35,6 +36,7 @@ oauth_desktop_app:
normal_user_app:
name: Some OAuth Desktop App
created_at: "2009-05-21 00:00:00"
url: http://some.desktop.app.org/
support_url: http://some.desktop.app.org/support
updated_at: "2009-05-21 00:00:00"
user_id: 1