]> git.openstreetmap.org Git - rails.git/blob - test/fixtures/client_applications.yml
Add extra login tests for case insensitive usernames
[rails.git] / test / fixtures / client_applications.yml
1 # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
2
3 oauth_web_app:
4   name: Some OAuth Web App
5   created_at: "2009-04-21 00:00:00"
6   support_url: http://some.web.app.org/support
7   updated_at: "2009-04-21 00:00:00"
8   callback_url: http://some.web.app.org/callback
9   url: http://some.web.app.org/
10   user_id: 2
11   secret: Ur1s9LWWJJuYBiV9cDi3za3OV8TGCoRgUvVXJ5zp7pc
12   key: ewvENqsaTXFnZbMWmGDX2g
13   allow_read_prefs: true
14   allow_write_prefs: false
15   allow_write_diary: false
16   allow_write_api: true
17   allow_read_gpx: true
18   allow_write_gpx: false
19
20 oauth_desktop_app:
21   name: Some OAuth Desktop App
22   created_at: "2009-04-21 00:00:00"
23   support_url: http://some.desktop.app.org/support
24   updated_at: "2009-04-21 00:00:00"
25   user_id: 2
26   secret: V9DOm1H5qSdIG9IeCTiOkAcCx15bK8bkGxf7XEpF
27   key: rlEdPM6Tp8lpLwvSyNJQ4w
28   allow_read_prefs: true
29   allow_write_prefs: false
30   allow_write_diary: false
31   allow_write_api: true
32   allow_read_gpx: true
33   allow_write_gpx: false