X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2ad330d642df0048686f63dc7e86a7dbeb0b30e4..b8f6dbd403507edd14f04f3151c285e232607360:/vendor/plugins/oauth-plugin/generators/oauth_provider/templates/oauth_tokens.yml diff --git a/vendor/plugins/oauth-plugin/generators/oauth_provider/templates/oauth_tokens.yml b/vendor/plugins/oauth-plugin/generators/oauth_provider/templates/oauth_tokens.yml new file mode 100644 index 000000000..1c8006efd --- /dev/null +++ b/vendor/plugins/oauth-plugin/generators/oauth_provider/templates/oauth_tokens.yml @@ -0,0 +1,17 @@ +# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html +one: + id: 1 + user_id: 1 + client_application_id: 1 + token: one + secret: MyString + created_at: 2007-11-19 07:31:46 + updated_at: 2007-11-19 07:31:46 +two: + id: 2 + user_id: 1 + client_application_id: 1 + token: two + secret: MyString + created_at: 2007-11-19 07:31:46 + updated_at: 2007-11-19 07:31:46